Changeset 1303:95e0b615367f
- Timestamp:
- 08/04/13 21:06:30 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r1140 r1303 153 153 } 154 154 } 155 $('p#help-button span').text($('#content').hasClass('with-help') ? dotclear.msg.help_hide : dotclear.msg.help); 155 156 sizeBox(); 156 157 return false; … … 196 197 sizeBox(); 197 198 198 var img = $('< span id="help-button">'+dotclear.msg.help+'</span>');199 var img = $('<p id="help-button"><span>'+dotclear.msg.help+'</span></p>'); 199 200 var select = $(); 200 201 img.click(function() { return toggle(); });
Note: See TracChangeset
for help on using the changeset viewer.