Changeset 1418 for trunk/wiki/extensions/Help/Help_Guide.php
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/omcollab_zhongzhen2 merged: 1409-1410,1416-1417
- Property svn:mergeinfo changed
-
trunk/wiki
- Property svn:mergeinfo changed
/branches/omcollab_zhongzhen2/wiki merged: 1416-1417
- Property svn:mergeinfo changed
-
trunk/wiki/extensions/Help/Help_Guide.php
r1405 r1418 58 58 $(function() { 59 59 textwidth = $('#editform').width() - $('#shadow').width() - 30; 60 $('#wpTextbox1').css('display', 'block');61 60 $('#wpTextbox1').css('width', textwidth.toString() + 'px'); 62 61 $('#wpTextbox1___Frame').css('width', textwidth.toString() + 'px'); 62 var linktext = $('#toggle_wpTextbox1').html(); 63 if (linktext.search('Disable') > -1) 64 $('#wpTextbox1___Frame').css('display', 'block'); 65 else 66 $('#wpTextbox1').css('display', 'block'); 63 67 }); 64 68
Note: See TracChangeset
for help on using the changeset viewer.
