Cimitero:MediaWiki:Common.js/Importanti.js: differenze tra le versioni

fix s
m (Applying changes that should make this JS file partially HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
(fix s)
Riga 40:
var innerLink = $('#unwatch-star');
}
var keyCommand = (watchLink.attr('title') || '').match(/\[.*?\]$/) ? watchLink.attr('title').match(/\[.*?\]$/)[0] : '';
watchLink.attr('title', (newText == ajaxWatch.watchMsg ? ajaxWatch.tooltipWatchMsg : ajaxWatch.tooltipUnwatchMsg) + ' ' + keyCommand);
}