You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
449 B

  1. /**
  2. * includes all needed JavaScript for the move plugin
  3. *
  4. * be sure to touch this file when one of the scripts has been updated to refresh caching
  5. */
  6. /* DOKUWIKI:include_once script/json2.js */
  7. /* DOKUWIKI:include script/MoveMediaManager.js */
  8. jQuery(function() {
  9. /* DOKUWIKI:include script/form.js */
  10. /* DOKUWIKI:include script/progress.js */
  11. /* DOKUWIKI:include script/tree.js */
  12. /* DOKUWIKI:include script/rename.js */
  13. });