https://bugzilla.wikimedia.org/show_bug.cgi?id=65738
Nemo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Highest |Normal Assignee|[email protected] |[email protected] Summary|Fix code styling issues for |Fix code styling and |Special:PageMigration |architecture issues for | |Special:PageMigration Severity|trivial |enhancement --- Comment #5 from Nemo <[email protected]> --- Next task defined: Nikerabbit> BPositive: you can start by creating a function like listen() which adds all the click handlers... try to have the callbacks for those handlers as separate functions so that the listen function itself is very short.Nikerabbit> BPositive: $( document ).ready( listen ); function listen() { var $form = ...; $listing = ...; $listing.on( 'click', ..., someCallbackFunctionName ) } -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
