Преглед изворни кода

added scripts needed to include the infobar

Gildas пре 5 година
родитељ
комит
4c8f73ffd1
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      extension/ui/pages/editor.html

+ 2 - 0
extension/ui/pages/editor.html

@@ -61,6 +61,8 @@
 	<script src="/extension/core/content/content-download.js"></script>
 	<script src="/extension/ui/index.js"></script>
 	<script src="/extension/ui/bg/ui-editor.js"></script>
+	<script src="/common/index.js"></script>
+	<script src="/common/ui/content/content-infobar.js"></script>
 </body>
 
 </html>