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 02fc9c32c..c76a338ee 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -896,7 +896,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
throw new _ExistsError('Exists already');
}
feed = {
- title: url.replace(/^(?:https?:\/\/)?(?:www\.)?([a-z0-9_\-\.]+)(?:\/.*)?$/gi, '$1'),
+ title: url,
url: url,
urlHash: urlHash,
folderId: parentId,