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()); | ||
document.getElementById('queslink').innerHTML = "<a href='http://www.wikidoc.org/index.php/Special:FormEdit/WBRQuestion/WBR | document.getElementById('queslink').innerHTML = "<a href='http://www.wikidoc.org/index.php/Special:FormEdit/WBRQuestion/WBR" + curr + "'>Linky!</a>"; | ||
addNewSection( "WBRCurrentQuestion",parseInt(curr+1).toString(),mw.user.tokens.get( 'editToken' )); | addNewSection( "WBRCurrentQuestion",parseInt(curr+1).toString(),mw.user.tokens.get( 'editToken' )); | ||
} | } |