summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/public/app.js b/js/public/app.js
index d92c0aec3..99c4ab419 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -715,8 +715,8 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
if (parentFolderId !== 0) {
_this._folderBusinessLayer.open(parentFolderId);
}
+ _this._$scope.feedUrl = '';
return _this._feedBusinessLayer.create(feedUrl, parentFolderId, function(data) {
- _this._$scope.feedUrl = '';
_this._isAddingFeed = false;
return _this._feedBusinessLayer.load(data['feeds'][0].id);
}, function() {