diff --git a/hourglass/client/profile/profile.js b/hourglass/client/profile/profile.js index 9885085..a59a763 100644 --- a/hourglass/client/profile/profile.js +++ b/hourglass/client/profile/profile.js @@ -426,7 +426,7 @@ Template.profile.events({ serverData = [user._id, classid]; confirm = "changeAdmin"; Session.set("confirmText", "Are you really sure?"); - openDivFade(document.getElementsByClassName("overlay")[0]) + openDivFade(document.getElementsByClassName("overlay")[0]); document.getElementById("createdClasses").style.marginRight = "-40%"; }, // OVERLAY BUTTONS