diff --git a/index.html b/index.html
index 1707de2..4ce8573 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,6 @@
-
diff --git a/js/glowingbear.js b/js/glowingbear.js
index a738361..164ce74 100644
--- a/js/glowingbear.js
+++ b/js/glowingbear.js
@@ -13,7 +13,10 @@ var weechat = angular.module('weechat', ['ngRoute', 'localStorage', 'weechatMode
weechat.compileProvider = $compileProvider;
//remove hashbang from url
- $locationProvider.html5Mode(true).hashPrefix('');
+ $locationProvider.html5Mode({
+ enabled: true,
+ requireBase: false
+ }).hashPrefix('');
}]);
weechat.config(['$compileProvider', function ($compileProvider) {
// hack to determine whether we're executing the tests