K Bugfix |
wieso zum Geier ist der Value der ddselect-Zeile jetzt schon wieder anders? Mal auf den Text umgestellt - man muss halt dran denken, wenn man den ändert, es auch hier anzupassen |
||
| Zeile 6: | Zeile 6: | ||
this.onchange = function() | this.onchange = function() | ||
{ | { | ||
if (this.options[this.options.selectedIndex]. | if (this.options[this.options.selectedIndex].innerHTML == '(IP-)Signaturnachtrag') | ||
$.get(wgServer+wgScriptPath+'/api.php?action=query&format=json&titles='+encodeURIComponent(wgPageName)+'&prop=revisions&meta=siteinfo|allmessages&ammessages=jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec', | $.get(wgServer+wgScriptPath+'/api.php?action=query&format=json&titles='+encodeURIComponent(wgPageName)+'&prop=revisions&meta=siteinfo|allmessages&ammessages=jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec', | ||
function(data) | function(data) | ||