- Timestamp:
- Nov 12, 2014 10:52:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/flashscript.php
r474 r483 7 7 8 8 function InitViolet() { 9 g_Flash = isInternetExplorer ? LectorEditorOnline : document.LectorEditorOnline; 9 console.log('onload'); 10 g_Flash = document.getElementById('LectorEditorOnline'); 11 //g_Flash = isInternetExplorer ? LectorEditorOnline : document.LectorEditorOnline; 12 13 console.log(LectorEditorOnline); 10 14 } 11 15 … … 38 42 // Handle all the FSCommand messages in a Flash movie. 39 43 function LectorEditorOnline_DoFSCommand(command, args) { 44 40 45 switch (command) { 41 46 case "Set Title": SetWindowTitle(args); break;
Note: See TracChangeset
for help on using the changeset viewer.