Procházet zdrojové kódy

do not add history entries for iframe transitions

tags/v0.99.beta17
Ben Wiley Sittler bsittler před 17 roky
rodič
revize
28121eec77
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      caca-php/examples/www/export.php

+ 1
- 1
caca-php/examples/www/export.php Zobrazit soubor

@@ -57,7 +57,7 @@ update_preview = function (select)
{
newLocation = self.location.pathname + '?format=' + encodeURIComponent(format);
}
self.frames[0].location = newLocation;
self.frames[0].location.replace(newLocation, true);
}
catch (e)
{


Načítá se…
Zrušit
Uložit