indent
[mkws-moved-to-github.git] / test / spec / mkws-config.js
index cf4894b..cfabc18 100644 (file)
@@ -19,7 +19,7 @@ describe("Check for external JavaScript libs", function () {
 
     it("jQuery UI", function () {
         // if we have a popup widget, check for the jQuery UI lib
-        if (mkws.$(".popup").length > 0) {
+        if (mkws.$(".mkws-popup").length > 0) {
             expect(typeof mkws.$.ui).not.toBe('undefined');
         }
     });
@@ -39,7 +39,7 @@ describe("Check mkws.config object", function () {
         expect(mkws.locale_lang.da.Location).toMatch(/^Lokation$/);
     });
 
-    /*
+/*
      * this is a test if the config value is a boolean JavaScript object: true or false
      * and nothing else (0, '0', undefined, "false" etc.)
      */