Changeset 835 for pro-violet-viettel/www/deploy/20150304/assets/js/frontend
- Timestamp:
- Mar 26, 2015 3:53:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/www/deploy/20150304/assets/js/frontend/lecture.js
r832 r835 124 124 } 125 125 126 function DoOpenLectureOnLoad(filename) { 127 g_Flash.SetVariable("openedFileName", filename); 128 g_Flash.SetVariable("command", "Init&Open File"); 129 } 130 126 131 function DoCloseLecture() { 127 132 g_Flash.SetVariable("command", "Quit App"); … … 192 197 }); 193 198 199 if (fileid != "") 200 { 201 console.log(api_url+'space/file/id/' + fileid); 202 DoOpenLectureOnLoad(api_url+'space/file/id/' + fileid); 203 } 204 else { 205 g_Flash.SetVariable("command", "Init OK"); 206 } 207 208 194 209 /*setTimeout(function () { 195 210 if (fileid != "")
Note: See TracChangeset
for help on using the changeset viewer.