Changeset 1694 in ExiteCMS for branches/PLi-Fusion/includes/jscripts/hoteditor-4.2/show_it.php
- Timestamp:
- 08/25/08 18:57:16 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/jscripts/hoteditor-4.2/show_it.php
r1666 r1694 211 211 <script language=javascript> 212 212 var my_what ="$what"; 213 if(my_what=="smiley s"){213 if(my_what=="smiley"){ 214 214 self.parent.Set_smiles_path("$script_url?step=1&what=$what"); 215 215 } … … 353 353 354 354 var my_what ="$what"; 355 if(my_what=="smiley s"){355 if(my_what=="smiley"){ 356 356 my_document.Set_smiles_path("$script_url?$q_string"); 357 357 } … … 374 374 } 375 375 else{ 376 if(my_what =="smiley s"){376 if(my_what =="smiley"){ 377 377 my_document.InsertSymbol("<img border=0 src='" + data + "'> "); 378 378 }
Note: See TracChangeset
for help on using the changeset viewer.
