Changeset 997
- Timestamp:
- 08/23/10 12:26:05 (18 months ago)
- Location:
- trunk/templates/skin
- Files:
-
- 2 modified
-
developer/js/other.js (modified) (1 diff)
-
new/js/other.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/skin/developer/js/other.js
r996 r997 6 6 text = $(textId).value; 7 7 } 8 8 save=save ? 1 : 0; 9 9 new Request.JSON({ 10 10 url: DIR_WEB_ROOT+'/include/ajax/textPreview.php', -
trunk/templates/skin/new/js/other.js
r996 r997 6 6 text = $(textId).value; 7 7 } 8 8 save=save ? 1 : 0; 9 9 new Request.JSON({ 10 10 url: DIR_WEB_ROOT+'/include/ajax/textPreview.php',
