From 014ae6a609be2f8ccfcaaf218e596e9442a1d15d Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Thu, 15 Jan 2015 15:12:56 -0200 Subject: Revert "Using only node v0.10 for travis build" This reverts commit ee5ce9624a800bb85b05d3c73f4ca30c61443429. --- web-ui/.travis.yml | 3 - web-ui/app/js/mail_view/ui/mail_actions.js | 2 +- web-ui/control.html | 235 ----------------------------- 3 files changed, 1 insertion(+), 239 deletions(-) delete mode 100644 web-ui/.travis.yml delete mode 100644 web-ui/control.html (limited to 'web-ui') diff --git a/web-ui/.travis.yml b/web-ui/.travis.yml deleted file mode 100644 index 6e5919de..00000000 --- a/web-ui/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: node_js -node_js: - - "0.10" diff --git a/web-ui/app/js/mail_view/ui/mail_actions.js b/web-ui/app/js/mail_view/ui/mail_actions.js index 7cc85b58..65cd0aaa 100644 --- a/web-ui/app/js/mail_view/ui/mail_actions.js +++ b/web-ui/app/js/mail_view/ui/mail_actions.js @@ -45,7 +45,7 @@ define( this.select('moreActions').hide(); this.on(this.select('replyButtonTop'), 'click', function () { - this.trigger(document, events.ui.replyBox.showReply) + this.trigger(document, events.ui.replyBox.showReply); }.bind(this)); this.on(this.select('replyAllButtonTop'), 'click', function () { diff --git a/web-ui/control.html b/web-ui/control.html deleted file mode 100644 index a8342a78..00000000 --- a/web-ui/control.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - Flight Control Tower - - - - - - - -
- - - - - - - -- cgit v1.2.3