diff --git a/og_menu.js b/og_menu.js
index 7802b3f..2265b79 100644
--- a/og_menu.js
+++ b/og_menu.js
@@ -44,7 +44,7 @@
         if (values[0]) {
           // Select the menu for the first available group.
           for(var i in Drupal.settings.og_menu.menus) {
-            if ((enabled === true) && $('.menu-parent-select option[value='+originalParent+']')) {
+            if ((enabled === true) && $('.menu-parent-select option[value="'+originalParent+'"]')) {
               $('.menu-parent-select').val(originalParent);
             }
             else if (Drupal.settings.og_menu.menus[i] == values[0]) {
@@ -73,4 +73,4 @@
 
   }
 
-}(jQuery));
\ No newline at end of file
+}(jQuery));
