Changeset 555 for pro-violet-viettel/sourcecode/assets/js
- Timestamp:
- Nov 18, 2014 2:15:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/assets/js/frontend/lecture.js
r553 r555 2 2 { 3 3 if (first_visit == '1') { 4 showModal();4 $('#alert-services').modal('show'); 5 5 } 6 6 } … … 8 8 function showModal() { 9 9 console.log('Show modal!'); 10 $('#alert-services ').modal('show');10 $('#alert-services-package').modal('show'); 11 11 } 12 12 13 13 $('#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"; 17 16 }); 17 18 $('#save-package').click(function () { 19 DoSaveLecture(); 20 }); 21 18 22 $('#services-sign').click(function () { 19 23 $('#alert-services-reg').modal('hide'); … … 65 69 ; 66 70 71 function DoSaveLecture () { 72 g_Flash.SetVariable("command", "Press Save"); 73 } 74 67 75 // Handle all the FSCommand messages in a Flash movie. 68 76 function LectorEditorOnline_DoFSCommand(command, args) {
Note: See TracChangeset
for help on using the changeset viewer.