فهرست منبع

Merge branch 'master' of https://github.com/BabylonJS/Babylon.js

David Catuhe 7 سال پیش
والد
کامیت
2213d1ad63
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      Playground/indexStable.html
  2. 1 1
      Playground/js/index.js

+ 1 - 1
Playground/indexStable.html

@@ -391,4 +391,4 @@
     <script src="js/index.js"></script>
     <script src="js/index.js"></script>
 </body>
 </body>
 
 
-</html>
+</html>

+ 1 - 1
Playground/js/index.js

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