Ignore:
Timestamp:
Jan 29, 2015 4:58:53 PM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

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

    r662 r716  
    127127}
    128128
     129function DoCloseLecture () {
     130        g_Flash.SetVariable("command", "Quit App");
     131}
     132
    129133// Handle all the FSCommand messages in a Flash movie.
    130134function LectorEditorOnline_DoFSCommand(command, args) {
     
    170174    InitViolet();
    171175    //$('#open-lecture').click(function(e){DoOpenLecture('http://sbgapi.violet.vn/space/file/id/7');});
     176        var inFormOrLink = false;
    172177
     178        /*$( window ).bind('beforeunload',function(e) {
     179                console.log('unload');
     180                e.preventDefault();
     181        });*/
    173182})
Note: See TracChangeset for help on using the changeset viewer.