Jump to content

MediaWiki:Common.js: Difference between revisions

From Transight Wiki
Created page with "Any JavaScript here will be loaded for all users on every page load.: $(function () { $('.vector-header-logo').html( '<img src="https://telematics.transight.com/images/logo.png" style="max-height:60px;">' ); });"
 
Blanked the page
Tag: Blanking
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
 
$(function () {
  $('.vector-header-logo').html(
    '<img src="https://telematics.transight.com/images/logo.png" style="max-height:60px;">'
  );
});

Revision as of 09:38, 18 June 2025