Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
cacalabs
/
libcaca
peilaus alkaen
https://github.com/cacalabs/libcaca.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
7
Wiki
Toiminta
Selaa lähdekoodia
do not add history entries for iframe transitions
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 vuotta sitten
vanhempi
3336b41178
commit
28121eec77
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
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
Näytä tiedosto
@@ -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)
{
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna