Removed debug logging for Assessment Builder
This commit is contained in:
parent
6514816aba
commit
3fbfe4f84a
1 changed files with 4 additions and 4 deletions
|
|
@ -356,10 +356,10 @@ jQuery(document).ready(function($) {
|
||||||
// Remove placeholder if it exists
|
// Remove placeholder if it exists
|
||||||
$currentList.find('p').remove();
|
$currentList.find('p').remove();
|
||||||
|
|
||||||
// Update state and UI (update event will also fire, but good to be explicit)
|
// Update state and UI (The 'update' event below will handle state and cost)
|
||||||
updateStateFromDOM();
|
// updateStateFromDOM(); // Let the 'update' event handle this
|
||||||
updateTotalCost();
|
// updateTotalCost(); // Let the 'update' event handle this
|
||||||
updateLibraryButtons(); // Disable the 'Add' button in the library
|
updateLibraryButtons(); // Disable the 'Add' button in the library immediately
|
||||||
}
|
}
|
||||||
}).disableSelection(); // Prevent text selection while dragging
|
}).disableSelection(); // Prevent text selection while dragging
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue