X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/87219ebd28426c6d21cb545233ee52f5f7af7dfd..18a6620945d02687fbcfc4c27355d952fd748b41:/resources/mediawiki.action/mediawiki.action.history.js diff --git a/resources/mediawiki.action/mediawiki.action.history.js b/resources/mediawiki.action/mediawiki.action.history.js new file mode 100644 index 00000000..66f90b07 --- /dev/null +++ b/resources/mediawiki.action/mediawiki.action.history.js @@ -0,0 +1,7 @@ +/* + * JavaScript for History action + */ + +// Replaces histrowinit +$( '#pagehistory li input[name=diff], #pagehistory li input[name=oldid]' ).click( diffcheck ); +diffcheck(); \ No newline at end of file