diff --git a/js/functions.js b/js/functions.js index 1ede62b93..2f06935ea 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1760,7 +1760,7 @@ $(document).ready(function() { // Center the popup var windowWidth = document.documentElement.clientWidth; var windowHeight = document.documentElement.clientHeight; - var popupWidth = $("#enum_editor").width();g + var popupWidth = $("#enum_editor").width(); var popupHeight = $("#enum_editor").height(); var top = windowHeight/2 - popupHeight/2; var left = windowWidth/2 - popupWidth/2;