We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SubscriptionModule
1 parent ed17bec commit a06c315Copy full SHA for a06c315
code_comments/htdocs/code-comments.js
@@ -364,5 +364,7 @@ var underscore = _.noConflict();
364
365
window.subscription = new Subscription();
366
window.subscriptionView = new SubscriptionView({model: subscription});
367
- subscription.fetch();
+ if (subscriptionView.el) {
368
+ subscription.fetch();
369
+ }
370
}); }( jQuery.noConflict( true ) ) );
0 commit comments