From ee5ce9624a800bb85b05d3c73f4ca30c61443429 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Thu, 15 Jan 2015 15:01:52 -0200 Subject: Using only node v0.10 for travis build --- web-ui/.travis.yml | 3 + web-ui/app/js/mail_view/ui/mail_actions.js | 2 +- web-ui/control.html | 235 +++++++++++++++++++++++++++++ 3 files changed, 239 insertions(+), 1 deletion(-) create mode 100644 web-ui/.travis.yml create mode 100644 web-ui/control.html (limited to 'web-ui') diff --git a/web-ui/.travis.yml b/web-ui/.travis.yml new file mode 100644 index 00000000..6e5919de --- /dev/null +++ b/web-ui/.travis.yml @@ -0,0 +1,3 @@ +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 65cd0aaa..7cc85b58 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 new file mode 100644 index 00000000..a8342a78 --- /dev/null +++ b/web-ui/control.html @@ -0,0 +1,235 @@ + + + + + Flight Control Tower + + + + + + + +
+ + + + + + + -- cgit v1.2.3