User:TheDoctor8910/common.js: Difference between revisions

Want an adless experience? Log in or Create an account.
no edit summary
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
$(document).ready(() => { $('#ca-viewsource').addclass('.hide') });
$(document).ready(function($) {
    $(window).on("load", function() {
        if (window.console) {
            console.log("running user JS");
        }
$('#check-desktop').css("display", "block");
$('#check-mobile').css("display", "none");
$('#check-tablet').css("display", "none");
    });
});
901

edits