Merge pull request #2653 from colemanw/mini
[civicrm-core.git] / templates / CRM / common / Navigation.tpl
index 4ed222dcfb71cccf18f88374257ba994aca6da5b..ee925362b6036ae4d825561090ac7ab93b160f6d 100644 (file)
@@ -114,7 +114,7 @@ $('#civicrm-menu').ready(function() {
       },
       create: function() {
         // Place menu in front
-        $(this).crmAutocomplete('widget').css('z-index', (1 + $('#civicrm-menu').css('z-index')));
+        $(this).crmAutocomplete('widget').css('z-index', (1 + parseInt($('#civicrm-menu').css('z-index'))));
       }
     })
     .keydown(function() {