Difference between revisions of "MediaWiki:Common.js"

From UniWiki
Jump to: navigation, search
Line 2: Line 2:
  
 
$(function () {
 
$(function () {
   $('#main_buttons').html('<a class="button" href="https://uniwiki.org/wiki/Introductory_Survey">Survey</a><p>Take our Introductory Survey to begin!</p>');
+
   $('#main_buttons').html('<p>Take our Introductory Survey to begin!</p><br><a class="button" href="https://uniwiki.org/wiki/Introductory_Survey">Survey</a>');
 
}());
 
}());

Revision as of 12:31, 17 August 2017

/* Any JavaScript here will be loaded for all users on every page load. */

$(function () {
  $('#main_buttons').html('<p>Take our Introductory Survey to begin!</p><br><a class="button" href="https://uniwiki.org/wiki/Introductory_Survey">Survey</a>');
}());