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-19 01:12:38 +0300
committerSteffen van Bergerem <svbergerem@omgsrsly.net>2016-09-28 22:59:08 +0300
commitb8c76a331759422b5f6f670842dabf6548f40700 (patch)
tree65687465ee634e84d5dcd2a74f509603b0fa63e2 /app/views
parent14304f3620f6441353d8c298715431e4fcf74728 (diff)
Trigger getting started with backbone
Diffstat (limited to 'app/views')
-rw-r--r--app/views/publisher/_publisher.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/publisher/_publisher.html.haml b/app/views/publisher/_publisher.html.haml
index 4d85b0290..5e1ca38f1 100644
--- a/app/views/publisher/_publisher.html.haml
+++ b/app/views/publisher/_publisher.html.haml
@@ -1,9 +1,3 @@
--if publisher_explain
- :javascript
- $(document).ready(function() {
- if( app.publisher ) app.publisher.triggerGettingStarted();
- });
-
.row.publisher#publisher{class: ((aspect == :profile || publisher_open) ? "mention_popup" : "closed")}
.content_creation
= form_for(StatusMessage.new) do |status|