Ignore:
Timestamp:
Nov 18, 2014 2:15:38 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

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

    r553 r555  
    22{
    33    if (first_visit == '1') {
    4          showModal();
     4        $('#alert-services').modal('show');
    55    }
    66}
     
    88function showModal() {
    99    console.log('Show modal!');
    10     $('#alert-services').modal('show');
     10    $('#alert-services-package').modal('show');
    1111}
    1212
    1313$('#services-reg').click(function () {
    14     window.location=url+"frontend/user/profile#services-register";
    15     $('#alert-services').modal('hide');
    16    // $('#alert-services-reg').modal('show');
     14        $('#alert-services').modal('hide');
     15        window.location=url+"frontend/user/profile#services-register";
    1716});
     17
     18$('#save-package').click(function () {
     19        DoSaveLecture();
     20});
     21
    1822$('#services-sign').click(function () {
    1923    $('#alert-services-reg').modal('hide');
     
    6569;
    6670
     71function DoSaveLecture () {
     72        g_Flash.SetVariable("command", "Press Save");
     73}
     74
    6775// Handle all the FSCommand messages in a Flash movie.
    6876function LectorEditorOnline_DoFSCommand(command, args) {
Note: See TracChangeset for help on using the changeset viewer.