summaryrefslogtreecommitdiffstats
path: root/js/public
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2013-09-23 02:16:11 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2013-09-23 02:16:11 +0200
commitffab9d0163f8bf5651842e1fb30566528c6cfcb4 (patch)
tree4ecd5214e7ca4d8ce30b718f2877ec327219b124 /js/public
parent18d3967442d040964caa9c8b08c4cfcc75ed2945 (diff)
always clear input for adding feeds
Diffstat (limited to 'js/public')
-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() {