aboutsummaryrefslogtreecommitdiff
path: root/src/js/fiveui/js/background.js
diff options
context:
space:
mode:
authorGravatar Trevor Elliott <trevor@galois.com>2013-07-31 15:20:09 -0700
committerGravatar Trevor Elliott <trevor@galois.com>2013-07-31 15:20:09 -0700
commita410249671fd93948550c9469a6bd10d709057a7 (patch)
tree89537777a22e18d149d850bcb47bdf0111a94e0f /src/js/fiveui/js/background.js
parentc3c96bff28172fab02ba70191c386b89b6946314 (diff)
Rework the UI
* Remove a dependency on jquery-ui for the injected interface * New, simpler injected ui
Diffstat (limited to 'src/js/fiveui/js/background.js')
-rw-r--r--src/js/fiveui/js/background.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/js/fiveui/js/background.js b/src/js/fiveui/js/background.js
index dfe0649..79e2512 100644
--- a/src/js/fiveui/js/background.js
+++ b/src/js/fiveui/js/background.js
@@ -160,6 +160,8 @@ fiveui.Background.prototype.pageLoad = function(tabId, url, data) {
var uiScripts =
[ this.dataLoader('underscore.js')
+ , this.dataLoader('font-awesome/css/font-awesome.css')
+ , this.dataLoader('css/ui.css')
, this.dataLoader('jquery/bundled.css')
, this.dataLoader('jquery/jquery-1.8.3.js')
, this.dataLoader('jquery/jquery-ui-1.9.2.custom.js')