summaryrefslogtreecommitdiffstats
path: root/js/public
diff options
context:
space:
mode:
Diffstat (limited to 'js/public')
-rw-r--r--js/public/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/public/app.js b/js/public/app.js
index d5201eac4..7182df822 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -758,6 +758,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
urlHash: urlHash
};
this._feedModel.add(feed);
+ console.log(this._feedModel);
success = function(response) {
if (response.status === 'error') {
feed.error = response.msg;