diff --git a/html/poketube.ejs b/html/poketube.ejs index b810d3f..78e0cf1 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -336,6 +336,33 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important; <% } %> + <% if (universe) { %> + + + + + <% } %> @@ -475,7 +502,26 @@ Create - <% } %> + <% } %> + + <% if (!universe) { %> + + + + Testing Mode + + + <% } %> + <% if (universe) { %> + + + + + Close testing mode + + + + <% } %>