Skip to content

Commit

Permalink
Merge pull request #8 from aWeirdo/patch-20
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
aWeirdo committed Dec 10, 2017
2 parents e6a07e2 + ac31ce5 commit 6198028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Playground/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 6198028

Please sign in to comment.