Content deleted Content added
-3.7 |
-3.7 |
||
Line 1:
/// User:PerfektesChaos/js/lintHint/
/// 2019-01-
// Show LintErrors analysis live
// ResourceLoader: compatible;
Line 17:
( function ( mw, $ ) {
"use strict";
var Version = -3.
Signature = "lintHint",
HINT = { cmodels: { "wikitext": true,
Line 1,246:
// > HINT.$page
// >< BOX.$top
//
var learn = ( ! BOX.$top ),
$e;
if ( learn ) {
BOX.$top = $( "<div>" );
BOX.$top.
.attr( { id: Signature + "-top" } )
.css( { "clear": "both",
"width": "100%" } );
Line 1,258 ⟶ 1,259:
HINT.$page.prepend( BOX.$top, $e );
}
$apply.addClass( "noprint" );
BOX.$top.prepend( $apply );
if ( learn &&
Line 2,516 ⟶ 2,518:
// End:
/// EOF </nowiki> lintHint/
|