Skip to content

Commit

Permalink
Fixed bug in refactored AnnotTrack.executeOperation for handling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Lee authored and GreggHelt2 committed Dec 21, 2012
1 parent 35deb18 commit 39c47c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/WebApollo/js/View/Track/AnnotTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -2645,6 +2645,7 @@ makeTrackMenu: function() {
// };

executeUpdateOperation: function(postData, loadCallback) {
var track = this;
if (!this.listener || this.listener.fired != -1 ) {
this.handleError({responseText: '{ error: "Server connection error - try reloading the page" }'});
return;
Expand Down

0 comments on commit 39c47c0

Please sign in to comment.