Fixes small bugs

+ With MDNLinks and bonfireExecute being run on step challenges.
+ Return when common isn't loaded in reBindModals instead of throwing.
This commit is contained in:
Logan Tegman
2015-11-07 12:54:58 -08:00
parent 2ed6143c68
commit 2667b574bf
4 changed files with 4 additions and 4 deletions

View File

@@ -252,7 +252,7 @@ $(document).ready(function() {
function reBindModals() {
if (!window.common) {
throw new Error('common framework should be loaded.');
return;
}
var common = window.common;