Difference between revisions of "MediaWiki:Common.js"

From stix
Jump to: navigation, search
Line 5: Line 5:
 
         $(this).hide();
 
         $(this).hide();
 
});
 
});
$('.ovsa').html('<img  src="http://ovsa.njit.edu/flaremon/daily/2020/XSP20200529.png"></img>');
 

Revision as of 22:07, 28 May 2021

/* Any JavaScript here will be loaded for all users on every page load. */
$(function () {	$.get("/request/log/visits", { page: 'wiki/'+window.location.href.split('title=')[1] });});
//don't delete above line
$("img").error(function(){
        $(this).hide();
});