Site Notice

hello, world

Difference between revisions of "MediaWiki:Js-material/options.js"

From Project-EPB Commons
m (机智的小鱼君 moved page MediaWiki:Js-material.js/options.js to MediaWiki:Js-material/options.js without leaving a redirect)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
$(function(){
 
$(function(){
   $('.dropdown-trigger').dropdown();
+
   M.AutoInit();
 
});
 
});

Latest revision as of 15:05, 12 September 2019

$(function(){
  M.AutoInit();
});