Content deleted Content added
-2.7 |
-3.0 |
||
Line 17:
( function ( mw, $ ) {
"use strict";
var Version = -
MW_LIB = "citoidWikitext",
Sub = "core",
Line 972:
// (.fire);
// Remark: Used as event handler -- 'this' is not GUIP
//
var require;
GUIP.$textarea = $( "#wpTextbox1" );
Line 982:
require = [ "jquery.textSelection",
"mediawiki.api" ];
if ( CITWT.bibRecord && CITWT.bibRecord.launch ) {
mw.loader.using( require, CITWT.fire );
} else {
Line 2,084:
break;
case "string":
if ( CITWT.bibRecord &&
GUIP.caret.fill( TASK.template );
TASK.template = false;
|