Explorar el Código

do not add history entries for iframe transitions

tags/v0.99.beta17
Ben Wiley Sittler bsittler hace 16 años
padre
commit
28121eec77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      caca-php/examples/www/export.php

+ 1
- 1
caca-php/examples/www/export.php Ver fichero

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


Cargando…
Cancelar
Guardar