diff --git a/common/lib/settings.js b/common/lib/settings.js
index 272c70cc4a8..c2583c72c15 100644
--- a/common/lib/settings.js
+++ b/common/lib/settings.js
@@ -3,7 +3,6 @@
var Settings = function (s) {
var _d = {
elasticsearch : 'localhost:9200',
- timeformat : 'mm/dd HH:MM:ss',
modules : [],
kibana_index : 'kibana-int'
}
diff --git a/index.html b/index.html
index a1e471a87fd..9c809fc4177 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,7 @@
+
diff --git a/js/app.js b/js/app.js
index 2040ac3f18c..2c00f9ecf44 100644
--- a/js/app.js
+++ b/js/app.js
@@ -17,7 +17,6 @@ var modules = [
var scripts = []
var labjs = $LAB
- .script("common/lib/jquery-1.8.0.min.js")
.script("common/lib/modernizr-2.6.1.min.js")
.script("common/lib/underscore.min.js")
.script("common/lib/angular.min.js")
diff --git a/panels/histogram/module.js b/panels/histogram/module.js
index cbbc68e14a4..72abec1c1b0 100644
--- a/panels/histogram/module.js
+++ b/panels/histogram/module.js
@@ -118,7 +118,7 @@ angular.module('kibana.histogram', [])
$scope.panel.loading = true;
var _segment = _.isUndefined(segment) ? 0 : segment
var request = $scope.ejs.Request().indices($scope.index[_segment]);
-
+
// Build the question part of the query
var queries = [];
_.each($scope.panel.query, function(v) {