mediawiki-extensions-Visual.../modules/ve-mw/init
Roan Kattouw 293609e5d8 Unbind confirm dialog handlers after either of the events fires once
We weren't unbinding these handlers at all, and so the 'ok' or 'cancel'
handlers could run multiple times for one button click, and even worse,
you could get in a situation where clicking 'ok' in one confirm dialog
would also run the 'ok' handler for the other one. This happens because
the ConfirmDialog instance is recycled by the WindowSet.

The way the unbinding is done is ugly; we should either consolidate the
'ok' and 'cancel' events so we can use .once(), or come up with some other
way to automatically unbind the handlers.

Bug: 65557
Change-Id: Iabf0c0d0229add09cc775358fc5a4e5ae783db04
2014-05-20 19:11:45 -07:00
..
styles mw.ViewPageTarget: Get rid of FOUC on edit section brackets 2014-05-09 12:20:24 +02:00
targets Unbind confirm dialog handlers after either of the events fires once 2014-05-20 19:11:45 -07:00
ve.init.mw.js Bump copyright like it's 2014 2014-01-05 20:06:50 +08:00
ve.init.mw.LinkCache.js Display links to nonexistent pages as red 2014-03-20 02:42:33 +00:00
ve.init.mw.Platform.js Display links to nonexistent pages as red 2014-03-20 02:42:33 +00:00
ve.init.mw.Target.js build: Update jscs and jshint 2014-05-15 16:52:34 +00:00
ve.init.mw.TargetEvents.js Fix copyright year range for fourteen files not updated to 2011-2014 2014-03-24 18:36:51 -07:00