-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
602d566
commit e3c72a7
Showing
67 changed files
with
2,601 additions
and
2,612 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | ||
|
||
|
||
/* Link pop-up configuration */ | ||
window.pPreview = $.extend(true, window.pPreview, {RegExp: (window.pPreview || {}).RegExp || {} }); | ||
window.pPreview.tlen = 1000; | ||
window.pPreview.RegExp.noinclude = ['table', '.reference', '.mw-references-wrap']; | ||
window.pPreview.debug = true; | ||
window.fixContentHook = true; |
Oops, something went wrong.