Explorar o código

Merge pull request #1980 from Jaskar/master

Playground : New API reactions fast update.
David Catuhe %!s(int64=8) %!d(string=hai) anos
pai
achega
08f2cb93f2
Modificáronse 4 ficheiros con 11 adicións e 3 borrados
  1. 1 1
      Playground/debug.html
  2. 1 1
      Playground/index-local.html
  3. 1 1
      Playground/index.html
  4. 8 0
      Playground/index.js

+ 1 - 1
Playground/debug.html

@@ -96,7 +96,7 @@
                 <ul class="dropdown-menu" id="scriptsList"></ul>
             </div>
             <div class="save-message" id="saveMessage">
-                Be the first to fill this playground metadata!
+                This PG has no metadata. Click save to add them.
             </div>
         </div>
     </div>

+ 1 - 1
Playground/index-local.html

@@ -66,7 +66,7 @@
             </div>
         </div>
         <div class="save-message" id="saveMessage">
-            Be the first to fill this playground metadata!
+            This PG has no metadata. Click save to add them.
         </div>
     </div>
 

+ 1 - 1
Playground/index.html

@@ -108,7 +108,7 @@
             </div>
         </div>
         <div class="save-message" id="saveMessage">
-            Be the first to fill this playground metadata!
+            This PG has no metadata. Click save to add them.
         </div>
     </div>
 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 8 - 0
Playground/index.js