Improve use of blockUI to prevent double-clicking
GENERAL
TESTING
GENERAL
TESTING
Description
100% Done
is depended on by
Activity
Show:

Matthew Jones May 19, 2015 at 3:51 PM
Is there any way to verify this ticket?
Fixed
Details
Priority
MajorAffects versions
Fix versions
Components
Assignee
SAMIGO TEAMSAMIGO TEAMReporter
Sam OttenhoffSam OttenhoffLabels
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee

Reporter

Labels
Created February 11, 2015 at 5:42 PM
Updated April 17, 2018 at 8:39 AM
Resolved February 12, 2015 at 12:43 PM
Samigo has lots of legacy Javascript calls before jQuery became popular. So we ended up with lots of duplicate Javascript to disable buttons while we also had the jQuery.blockUI setup to block the entire screen.
This PR will improve the consistency of the blockUI use and will remove a fair bit of legacy Javascript calls.