Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Don't try reload page when channel is released (fixes #1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed May 7, 2015
1 parent cd176ee commit 3fc2eb6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go/base/static/js/src/channel/views.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
data: function() { return {csrfmiddlewaretoken: $.cookie('csrftoken')}; },
useNotifier: true,

initialize: function(options) {
this.on('success', function() { location.reload(); });
},

invoke: function() {
var invoke = ChannelActionView.__super__.invoke.bind(this);

Expand Down

0 comments on commit 3fc2eb6

Please sign in to comment.