Last modified: 2014-06-08 19:04:23 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T67804, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 65804 - AbuseFilter: Fix "JQMIGRATE: jQuery.fn.toggle(handler, handler...) is deprecated"
AbuseFilter: Fix "JQMIGRATE: jQuery.fn.toggle(handler, handler...) is depreca...
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
AbuseFilter (Other open bugs)
unspecified
All All
: High normal (vote)
: ---
Assigned To: se4598
https://pt.wikipedia.org/wiki/Especia...
: easy, javascript
Depends on:
Blocks: jqmigrate
  Show dependency treegraph
 
Reported: 2014-05-27 12:30 UTC by Helder
Modified: 2014-06-08 19:04 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Helder 2014-05-27 12:30:36 UTC
https://github.com/wikimedia/mediawiki-extensions-AbuseFilter/blob/master/modules/ext.abuseFilter.edit.js#L299-L305
has this:
$( '#mw-abusefilter-export-link' ).toggle(
	function() {
		$exportBox.show();
	}, function() {
		$exportBox.hide();
	}
);
Comment 1 Gerrit Notification Bot 2014-06-08 14:25:18 UTC
Change 138226 had a related patch set uploaded by Se4598:
fix "JQMIGRATE: jQuery.fn.toggle(handler, handler...) is deprecated"

https://gerrit.wikimedia.org/r/138226
Comment 2 Gerrit Notification Bot 2014-06-08 19:02:20 UTC
Change 138226 merged by jenkins-bot:
fix "JQMIGRATE: jQuery.fn.toggle(handler, handler...) is deprecated"

https://gerrit.wikimedia.org/r/138226

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links