Index: appengine_apps/trooper_o_matic/polymer-load-warning.html |
diff --git a/appengine_apps/trooper_o_matic/polymer-load-warning.html b/appengine_apps/trooper_o_matic/polymer-load-warning.html |
deleted file mode 100644 |
index 9149fa8a1c33fd317d467f03331ceb5563f2d080..0000000000000000000000000000000000000000 |
--- a/appengine_apps/trooper_o_matic/polymer-load-warning.html |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-<!-- |
-Copyright 2014 The Chromium Authors. All rights reserved. |
-Use of this source code is governed by a BSD-style license that can be |
-found in the LICENSE file. |
---> |
- |
-<script> |
-if (!window.Polymer) |
- alert('Polymer did not load correctly. Did you run "bower update" from appengine/trooper_o_matic?'); |
-</script> |