Changeset 650
- Timestamp:
- Dec 8, 2014 12:56:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/assets/js/frontend/lecture.js
r631 r650 103 103 } 104 104 105 function DoOpenLecture (filename) { 106 g_Flash.SetVariable("openedFileName", filename); 107 g_Flash.SetVariable("command", "Open File"); 108 } 109 105 110 // Handle all the FSCommand messages in a Flash movie. 106 111 function LectorEditorOnline_DoFSCommand(command, args) { … … 142 147 ; 143 148 149 144 150 $(document).ready(function () { 145 InitViolet(); 151 InitViolet(); 152 //$('#open-lecture').click(function(e){DoOpenLecture('http://sbgapi.violet.vn/space/file/id/7');}); 153 146 154 })
Note: See TracChangeset
for help on using the changeset viewer.