Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
fix #47
Browse files Browse the repository at this point in the history
  • Loading branch information
wikipedia-mabdul committed Sep 9, 2013
1 parent 0134589 commit f93e526
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1183,9 +1183,14 @@ function afcHelper_cleanup(text) {
text = autoEdLinks(text);
});

//TODO: run formatgenerel.js… just a test
importScriptURI(afchelper_baseurl + '/formatgeneral.js', function() {
Ohc_formatgeneral();
importScriptURI(mw.config.get('wgServer') + '/w/index.php?action=raw&ctype=text/javascript&title=User:Ohconfucius/test/formatgeneral.js/core.js', function() {
ohc_change_type();
Ohc_football_retrain();
ohc_protect_fmt();
Ohc_formats();
ohc_unprotect_fmt();
ohc_downcase_CEO();
Ohc_final_cleanup();
});

//Ref tag correction part #1: remove whitespaces and commas between the ref tags and whitespaces before ref tags
Expand Down

0 comments on commit f93e526

Please sign in to comment.