From a3dc660cc733aa1f798dc910cbe1c2c6a8b085ae Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 28 Aug 2012 12:24:26 +0100 Subject: [PATCH] Added tablesorter dummy row to Event list page --- static/js/app/views/event.js | 1 + templates/views/EventListView.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/js/app/views/event.js b/static/js/app/views/event.js index 1360f33..2c479ab 100755 --- a/static/js/app/views/event.js +++ b/static/js/app/views/event.js @@ -27,6 +27,7 @@ var EventListView = Backbone.View.extend({ sortList: [[0,0],[1,0]] }); $('tr.rowlink', this.el).rowlink(); + $('#tablesorter-fix', this.el).hide(); return this; }, diff --git a/templates/views/EventListView.html b/templates/views/EventListView.html index d5cc84c..7919339 100755 --- a/templates/views/EventListView.html +++ b/templates/views/EventListView.html @@ -11,7 +11,11 @@ - + + Nothing + To See + Here + \ No newline at end of file