Content deleted Content added
2.2 |
2.2 |
||
Line 1:
/// User:PerfektesChaos/js/autoBackup/r.js
/// 2019-
/// Fingerprint:#0#
/// @license
///<nowiki>
(function(mw,$){
"use strict";
var VERSION=2.
if(typeof mw.libs[BAK]!=="object"||!mw.libs[BAK]){
mw.libs[BAK]={};}
Line 172:
this.$top=$("#content");
if(!this.$top.length){
this.$top=
this.$top.before(this.$div);}}}
if(apply){
Line 203:
this.$editform=false;
this.$textarea=false;
$form=
if($form){
$ta=
if($ta.length){
r=$ta.val();}
Line 684:
mw.hook("wikipage.content").add(BAK.firing);}}}
};
BAK.firing=function($all){
BAK.$page=$all;
switch(BAK.start){
case "submit":
|