Przeglądaj źródła

only assume svg preview ability in opera, WebKit and Gecko

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 lat temu
rodzic
commit
1e933f8d50
1 zmienionych plików z 7 dodań i 2 usunięć
  1. +7
    -2
      caca-php/examples/www/export.php

+ 7
- 2
caca-php/examples/www/export.php Wyświetl plik

@@ -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
{


Ładowanie…
Anuluj
Zapisz