Changeset 31034 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 01/03/2015 05:45:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r29206 r31034 230 230 </div> 231 231 <script type="text/javascript"> 232 /* <![CDATA[ */233 232 jQuery(document).ready(function($){ 234 233 $('#template').submit(function(){ $('#scrollto').val( $('#newcontent').scrollTop() ); }); 235 234 $('#newcontent').scrollTop( $('#scrollto').val() ); 236 235 }); 237 /* ]]> */238 236 </script> 239 237 <?php
Note: See TracChangeset
for help on using the changeset viewer.