Changeset 3252 for libcaca/trunk/caca-php/examples
- Timestamp:
- Nov 3, 2008, 10:58:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/www/export.php
r3251 r3252 58 58 newLocation = self.location.pathname + '?format=' + encodeURIComponent(format); 59 59 } 60 self.frames[0].location = newLocation;60 self.frames[0].location.replace(newLocation, true); 61 61 } 62 62 catch (e)
Note: See TracChangeset
for help on using the changeset viewer.