From cc709406c80cb28fe53cd54ab334390988d4d585 Mon Sep 17 00:00:00 2001 From: Yaman Qalieh Date: Sun, 2 Oct 2016 23:54:22 -0400 Subject: [PATCH] semicolon --- hourglass/client/profile/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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