瀏覽代碼

Update index.js

aWeirdo 7 年之前
父節點
當前提交
ac31ce5091
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");