Changeset 77105 in spip-zone
- Timestamp:
- Oct 9, 2013, 5:42:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/emballe_medias/emballe_medias/trunk/emballe_medias_js.html
r76465 r77105 53 53 }; 54 54 55 var em_boutons = function(){ 56 if(typeof($.fn.button) == 'function') 57 $('.btn').button(); 58 } 55 59 var medias_init_select_all = function(){ 56 60 jQuery('.selection_documents').each(function(){ … … 102 106 103 107 jQuery(document).ready(function(){ 108 em_boutons(); 104 109 medias_selection_multiple_init_clicks(); 105 110 medias_init_select_all(); 106 111 em_markitup(); 112 onAjaxLoad(em_boutons); 107 113 onAjaxLoad(em_markitup); 108 114 onAjaxLoad(em_tabs_charger);
Note: See TracChangeset
for help on using the changeset viewer.