Widget:CurrentWBRQ: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
$title = $xml.find( "text" ); | $title = $xml.find( "text" ); | ||
var curr = parseInt($title.text()); | var curr = parseInt($title.text()); | ||
alert(curr.toString()); | |||
document.getElementById('queslink').innerHTML = "<a href='http://www.wikidoc.org/index.php/Special:FormEdit/WBRQuestion/WBR'+curr.toString()+'>Linky!</a>'"; | document.getElementById('queslink').innerHTML = "<a href='http://www.wikidoc.org/index.php/Special:FormEdit/WBRQuestion/WBR'+curr.toString()+'>Linky!</a>'"; | ||
addNewSection( "WBRCurrentQuestion","curr.toString",mw.user.tokens.get( 'editToken' )); | addNewSection( "WBRCurrentQuestion","curr.toString",mw.user.tokens.get( 'editToken' )); | ||
} | } |