Difference between revisions of "MediaWiki:Common.js"
Line 3: | Line 3: | ||
$('#tweecool').tweecool({ | $('#tweecool').tweecool({ | ||
− | + | username : 'radxa_oshw', | |
limit : 2, | limit : 2, | ||
profile_image : true, | profile_image : true, |
Latest revision as of 07:44, 25 September 2014
/* Any JavaScript here will be loaded for all users on every page load. */ $('.lazyYT').lazyYT(); $('#tweecool').tweecool({ username : 'radxa_oshw', limit : 2, profile_image : true, show_time : false }); $('.bs-example-tabs a').click(function (e) { e.preventDefault() $(this).tab('show') })