Changeset 716 for pro-violet-viettel/sourcecode/assets/js/frontend
- Timestamp:
- Jan 29, 2015 4:58:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/assets/js/frontend/lecture.js
r662 r716 127 127 } 128 128 129 function DoCloseLecture () { 130 g_Flash.SetVariable("command", "Quit App"); 131 } 132 129 133 // Handle all the FSCommand messages in a Flash movie. 130 134 function LectorEditorOnline_DoFSCommand(command, args) { … … 170 174 InitViolet(); 171 175 //$('#open-lecture').click(function(e){DoOpenLecture('http://sbgapi.violet.vn/space/file/id/7');}); 176 var inFormOrLink = false; 172 177 178 /*$( window ).bind('beforeunload',function(e) { 179 console.log('unload'); 180 e.preventDefault(); 181 });*/ 173 182 })
Note: See TracChangeset
for help on using the changeset viewer.