From 6b84b9c69ed75baee9c2cdfa758eddcec10b8b23 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 28 Feb 2013 20:20:01 +0100 Subject: generate js_apitypes, updated lodash, working type filters on webui --- module/web/static/js/views/actionbarView.js | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 module/web/static/js/views/actionbarView.js (limited to 'module/web/static/js/views/actionbarView.js') diff --git a/module/web/static/js/views/actionbarView.js b/module/web/static/js/views/actionbarView.js deleted file mode 100644 index bdfb9ef7b..000000000 --- a/module/web/static/js/views/actionbarView.js +++ /dev/null @@ -1,28 +0,0 @@ -define(['jquery', 'backbone', 'underscore', 'app'], - function($, Backbone, _, App) { - - // Renders the actionbar for the dashboard - return Backbone.View.extend({ - el: 'ul.actionbar', - - events: { - }, - - initialize: function() { - - this.$('.search-query').typeahead({ - minLength: 2, - source: this.getAutocompletion - }); - - }, - - render: function() { - }, - - getAutocompletion: function() { - return ["static", "autocompletion", "demo", "with", "some", "keywords", - "a very long proposal for autocompletion"]; - } - }); - }); \ No newline at end of file -- cgit v1.2.3