Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2016-09-21 02:01:40 +0300
committerSteffen van Bergerem <svbergerem@omgsrsly.net>2016-09-28 23:00:06 +0300
commitcaf46fdcb91d6be1b2ea6df660050bd475bbbc51 (patch)
tree5e59d2c3fbe4c5798e873406c38c2fbe59124d19 /app/views
parentbe33b425ba2fe0a599e6522eef17be543746cff2 (diff)
Move initialization of mobile profile edit functions to file
closes #7113
Diffstat (limited to 'app/views')
-rw-r--r--app/views/profiles/edit.mobile.haml7
-rw-r--r--app/views/users/getting_started.mobile.haml7
2 files changed, 0 insertions, 14 deletions
diff --git a/app/views/profiles/edit.mobile.haml b/app/views/profiles/edit.mobile.haml
index eecb0889a..608b9a8c0 100644
--- a/app/views/profiles/edit.mobile.haml
+++ b/app/views/profiles/edit.mobile.haml
@@ -2,13 +2,6 @@
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
-- content_for :head do
- :javascript
- $(document).ready(function () {
- new Diaspora.TagsAutocomplete("#profile_tag_string", {preFill: gon.preloads.tagsArray});
- new Diaspora.ProfilePhotoUploader();
- });
-
.settings_container.container-fluid
.row
.col-md-12
diff --git a/app/views/users/getting_started.mobile.haml b/app/views/users/getting_started.mobile.haml
index e9e372cab..91dfcc161 100644
--- a/app/views/users/getting_started.mobile.haml
+++ b/app/views/users/getting_started.mobile.haml
@@ -2,13 +2,6 @@
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
-- content_for :head do
- :javascript
- $(document).ready(function () {
- new Diaspora.TagsAutocomplete("#follow_tags");
- new Diaspora.ProfilePhotoUploader();
- });
-
:css
.media, .bd{ overflow: visible;}