Przeglądaj źródła

Update index.js

aWeirdo 7 lat temu
rodzic
commit
ac31ce5091
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Playground/js/index.js

+ 1 - 1
Playground/js/index.js

@@ -87,7 +87,7 @@
         var zipCode;
         BABYLON.Engine.ShadersRepository = "/src/Shaders/";
 
-        if (location.href.indexOf("Stable") !== -1) {
+        if (location.href.indexOf("indexstable") !== -1) {
             setToMultipleID("currentVersion", "innerHTML", "Version: Stable");
         } else {
             setToMultipleID("currentVersion", "innerHTML", "Version: Latest");