Changeset 650


Ignore:
Timestamp:
Dec 8, 2014 12:56:13 PM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/assets/js/frontend/lecture.js

    r631 r650  
    103103}
    104104
     105function DoOpenLecture (filename) {
     106        g_Flash.SetVariable("openedFileName", filename);
     107        g_Flash.SetVariable("command", "Open File");
     108}
     109
    105110// Handle all the FSCommand messages in a Flash movie.
    106111function LectorEditorOnline_DoFSCommand(command, args) {
     
    142147;
    143148
     149
    144150$(document).ready(function () {
    145     InitViolet();
     151    InitViolet();   
     152    //$('#open-lecture').click(function(e){DoOpenLecture('http://sbgapi.violet.vn/space/file/id/7');});
     153   
    146154})
Note: See TracChangeset for help on using the changeset viewer.