Jump to content

User:Harsh4101991/common.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:

alert('Hello');


/*
/*

Revision as of 01:04, 1 March 2014

/*
importScript('User:Harsh4101991/EditCount.js');
var link = mw.util.addPortletLink(
			'p-tb',
			'#',
			'Language Support',
			't-prettylinkwidget',
			'Show Edit Count of User',
			null,
			'#t-whatlinkshere'
		);

$(link).click( function( e ) {
 window.location = wgScript + '/Special:LanguageSupport';
}
*/