Content deleted Content added
Technical 13 (talk | contribs) raw copy of MediaWiki:Gadget-BugStatusUpdate.js |
Technical 13 (talk | contribs) Added my name to the description at the top and added first fix... Multiple uses for the same bug on a page. |
||
Line 1:
/*
* Bug Status Update Gadget
* Author:
* Based on original code:
** Author: Rob Moen (robm)
* Description:
*
*
▲ * Source: [[mw:User:Robmoen/bugStatusUpdate.js]]
*/
Line 50 ⟶ 52:
$item = $('.mw-trackedTemplate')
.find('a[title^="bugzilla:'+data.result.bugs[b].id+'"]');
title = $('
if(title) {
|