Changeset 997

Show
Ignore:
Timestamp:
08/23/10 12:26:05 (18 months ago)
Author:
ort
Message:

fix ajax preview

Location:
trunk/templates/skin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/skin/developer/js/other.js

    r996 r997  
    66                text = $(textId).value;  
    77        }        
    8          
     8        save=save ? 1 : 0; 
    99        new Request.JSON({ 
    1010                url: DIR_WEB_ROOT+'/include/ajax/textPreview.php', 
  • trunk/templates/skin/new/js/other.js

    r996 r997  
    66                text = $(textId).value;  
    77        }        
    8          
     8        save=save ? 1 : 0; 
    99        new Request.JSON({ 
    1010                url: DIR_WEB_ROOT+'/include/ajax/textPreview.php',