Преглед на файлове

Merge pull request #1980 from Jaskar/master

Playground : New API reactions fast update.
David Catuhe преди 8 години
родител
ревизия
08f2cb93f2
променени са 4 файла, в които са добавени 11 реда и са изтрити 3 реда
  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>
                 <ul class="dropdown-menu" id="scriptsList"></ul>
             </div>
             </div>
             <div class="save-message" id="saveMessage">
             <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>
         </div>
     </div>
     </div>

+ 1 - 1
Playground/index-local.html

@@ -66,7 +66,7 @@
             </div>
             </div>
         </div>
         </div>
         <div class="save-message" id="saveMessage">
         <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>
     </div>
 
 

+ 1 - 1
Playground/index.html

@@ -108,7 +108,7 @@
             </div>
             </div>
         </div>
         </div>
         <div class="save-message" id="saveMessage">
         <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>
     </div>
 
 

Файловите разлики са ограничени, защото са твърде много
+ 8 - 0
Playground/index.js