mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-15 03:04:52 +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",
|
||||
"description": "Allow inclusion of predefined HTML forms.",
|
||||
"descriptionmsg": "inputbox-desc",
|
||||
"license-name": "MIT",
|
||||
"type": "parserhook",
|
||||
"MessagesDirs": {
|
||||
"InputBox": [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Disable InputBox submit button when the corresponding text input field is empty.
|
||||
*
|
||||
* @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 ) {
|
||||
'use strict';
|
||||
|
|
Loading…
Reference in a new issue