Pārlūkot izejas kodu

do not add history entries for iframe transitions

tags/v0.99.beta17
Ben Wiley Sittler bsittler pirms 17 gadiem
vecāks
revīzija
28121eec77
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      caca-php/examples/www/export.php

+ 1
- 1
caca-php/examples/www/export.php Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt