Changeset 251
- Timestamp:
- 10/20/08 01:15:16 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/lightbox/js/modal.js
r222 r251 20 20 loader_txt: 'loading...', 21 21 close_img: 'close.png', 22 close_txt: 'close' 22 close_txt: 'close', 23 on_close: function() {} 23 24 }, 24 25 ctrl: { … … 42 43 if (data != undefined) { 43 44 this.updateBox(data); 45 this.data = data; 44 46 } 45 47 return this; … … 176 178 $(window).unbind('resize.modal'); 177 179 $(document).unbind('keypress'); 180 this.params.on_close.apply(this); 178 181 this.ctrl.overlay.remove(); 179 182 this.ctrl.hidden.css('visibility','visible');
Note: See TracChangeset
for help on using the changeset viewer.