Changeset 717 for pro-violet-viettel/sourcecode/assets/js/frontend
- Timestamp:
- Jan 29, 2015 5:32:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/assets/js/frontend/lecture.js
r716 r717 6 6 } 7 7 } 8 if (first_visit == '1') {8 //if (first_visit == '1') { 9 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 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 } 27 27 28 }28 //} 29 29 30 30
Note: See TracChangeset
for help on using the changeset viewer.