Content deleted Content added
0.9.147 (August 4, 2016) add a small bit of code for phab:T135747 |
Undid revision 733009953 by Alex Monk (WMF) (talk): Possibly causing issues, see phab:T142137 |
||
Line 14:
// ==UserScript==
// @name wikEd
// @version 0.9.
// @date
// @namespace https://en.wikipedia.org/wiki/User:Cacycle/
// @description A full-featured in-browser editor for Wikipedia and other MediaWikis
Line 3,827:
}
if (typeof jQuery == 'function') {
▲ // hook wikEd into the enhanced new edit toolbar, not Greasemonkey compatible
jQuery('#wpTextbox1').bind('encapsulateSelection', function (e, before, inside, after) {
if (wikEd.useWikEd === true) {
Line 3,834:
}
});
}
|