This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
do not add history entries for iframe transitions
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 years ago
parent
3336b41178
commit
28121eec77
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
caca-php/examples/www/export.php
+ 1
- 1
caca-php/examples/www/export.php
View File
@@ -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)
{
Write
Preview
Loading…
Cancel
Save