Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
only assume svg preview ability in opera, WebKit and Gecko
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 anos atrás
pai
ab44c8daa7
commit
1e933f8d50
1 arquivos alterados
com
7 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+7
-2
caca-php/examples/www/export.php
+ 7
- 2
caca-php/examples/www/export.php
Ver arquivo
@@ -45,9 +45,14 @@ update_preview = function (select)
var iframe_map = {
'html': true,
'html3': true,
'bbfr': true,
'svg': true
'bbfr': true
};
if (self.opera
||
(('' + navigator.userAgent).match(/.*(WebKit|Gecko).*/)))
{
iframe_map['svg'] = true;
}
var e;
try
{
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar