Difference between revisions of "MediaWiki:Common.js"

From stix
Jump to: navigation, search
Line 3: Line 3:
 
//don't delete above line
 
//don't delete above line
 
$("img").error(function(){ $(this).hide(); });
 
$("img").error(function(){ $(this).hide(); });
 +
$('#ovsa').html('<iframe><img  style="max-height:350px;" src="http://ovsa.njit.edu/flaremon/daily/2020/XSP20201116.png"></img></iframe>');

Revision as of 09:44, 29 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(); });
$('#ovsa').html('<iframe><img  style="max-height:350px;" src="http://ovsa.njit.edu/flaremon/daily/2020/XSP20201116.png"></img></iframe>');