mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-15 11:13:27 +00:00
Merge "Set license-name to "MIT-Licence""
This commit is contained in:
commit
88612f32e7
|
@ -11,6 +11,7 @@
|
||||||
"url": "https://www.mediawiki.org/wiki/Extension:InputBox",
|
"url": "https://www.mediawiki.org/wiki/Extension:InputBox",
|
||||||
"description": "Allow inclusion of predefined HTML forms.",
|
"description": "Allow inclusion of predefined HTML forms.",
|
||||||
"descriptionmsg": "inputbox-desc",
|
"descriptionmsg": "inputbox-desc",
|
||||||
|
"license-name": "MIT",
|
||||||
"type": "parserhook",
|
"type": "parserhook",
|
||||||
"MessagesDirs": {
|
"MessagesDirs": {
|
||||||
"InputBox": [
|
"InputBox": [
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Disable InputBox submit button when the corresponding text input field is empty.
|
* Disable InputBox submit button when the corresponding text input field is empty.
|
||||||
*
|
*
|
||||||
* @author Tony Thomas
|
* @author Tony Thomas
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
|
* @license http://opensource.org/licenses/MIT MIT License
|
||||||
*/
|
*/
|
||||||
( function ( $, mw ) {
|
( function ( $, mw ) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
Loading…
Reference in a new issue