MediaWiki:Vector.js:修订间差异

MediaWiki系统消息页面
添加的内容 删除的内容
(创建页面,内容为“mw.loader.using(['ext.gadget.SkinVector']);”)
 
(Git commit 2b5001d3: chore: sort configs)
 

(未显示同一用户的2个中间版本)

第1行: 第1行:
/**
* +------------------------------------------------------------+
* | === WARNING: GLOBAL GADGET FILE === |
* +------------------------------------------------------------+
* | All changes should be made in the repository, |
* | otherwise they will be lost. |
* +------------------------------------------------------------+
* | Changes to this page may affect many users. |
* | Please discuss changes by opening an issue before editing. |
* +------------------------------------------------------------+
*/
/* <nowiki> */

(function() {

"use strict";

mw.loader.using(['ext.gadget.SkinVector']);
mw.loader.using(['ext.gadget.SkinVector']);

})();

/* </nowiki> */