MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 1,889: Line 1,889:
         // 👇 allow UI to update before heavy print logic
         // 👇 allow UI to update before heavy print logic
         setTimeout(function () {
         setTimeout(function () {
        swHandleBatchPrint(borderPref);
            swHandleBatchPrint(borderPref);


        // optional reset (in case user comes back)
            $btn.text(originalText);
        $btn.text(originalText);
            $btn.prop("disabled", false);
        $btn.prop("disabled", false);
         }, 150);
         }, 50);
     }
     }
   );
   );

Navigation menu