Ignore:
Timestamp:
Jan 29, 2015 5:32:13 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r716 r717  
    66    }
    77}
    8 if (first_visit == '1') {
     8//if (first_visit == '1') {
    99
    10     if (p_period == -1)
    11     {
    12         $('#alert-trial-services').modal('show');
    13         $('#alert-trial-services').on('hidden.bs.modal', function () {
    14             if (update_user_info == "1")
    15             {
    16                 $('#update_user_info').modal({backdrop: 'static',keyboard: false,});
    17             }
    18         });
    19     }
    20     else
    21     {
    22         if (update_user_info == "1")
    23         {
    24             $('#update_user_info').modal({backdrop: 'static'});
    25         }
    26     }
     10if (p_period == -1)
     11{
     12        $('#alert-trial-services').modal('show');
     13        $('#alert-trial-services').on('hidden.bs.modal', function () {
     14                if (update_user_info == "1")
     15                {
     16                        $('#update_user_info').modal({backdrop: 'static',keyboard: false,});
     17                }
     18        });
     19}
     20else
     21{
     22        if (update_user_info == "1")
     23        {
     24                $('#update_user_info').modal({backdrop: 'static'});
     25        }
     26}
    2727
    28 }
     28//}
    2929
    3030
Note: See TracChangeset for help on using the changeset viewer.