MediaWiki:Gadget-friendlyshared.js: Difference between revisions

m
v2.0-556-g0beacc0: use .utc() for timestamps and format them the sme way as the wiki does
imported>AzaToth
(v2.0-519-g437a507: Fix some issues for deploying multiple files)
 
imported>AzaToth
m (v2.0-556-g0beacc0: use .utc() for timestamps and format them the sme way as the wiki does)
Line 103:
value: 'Static IP'
},
{
label: '{{ISP}}: shared IP address template modified for ISP organizations (specifically proxies)',
value: 'ISP'
},
{
label: '{{Mobile IP}}: shared IP address template modified for mobile phone companies and their customers',
value: 'Mobile IP'
Line 167:
return;
}
 
var value = shared[0];
 
if( e.target.organization.value === '') {
alert( 'You must input an organization for the {{' + value + '}} template!' );
return;
}
 
var params = {
value: value,
Anonymous user