Skip to content

Commit

Permalink
fixed bug whith closing the remote (having to click button twice)
Browse files Browse the repository at this point in the history
  • Loading branch information
jez500 committed May 18, 2014
1 parent d8a0d3a commit 6361b5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/views/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ app.ShellView = Backbone.View.extend({

// toggle remote
remoteControl: function(e){
e.preventDefault();
if(app.helpers.arg(0) == 'remote'){
e.preventDefault();
// same as using the back button
window.history.back();
} else {
Expand Down
Binary file added webinterface.chorus.0.3.9.zip
Binary file not shown.

0 comments on commit 6361b5a

Please sign in to comment.