Fix missing assets bug
This commit is contained in:
parent
52c2a73d83
commit
4f4dfc7554
6 changed files with 0 additions and 26 deletions
|
|
@ -1,10 +1,4 @@
|
|||
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
||||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
- content_for :head do
|
||||
= javascript_include_tag :profile
|
||||
|
||||
:javascript
|
||||
$(document).ready(function () {
|
||||
var data = $.parseJSON( '#{@tags_array.to_json.gsub("'", "\\\\'")}' ),
|
||||
|
|
|
|||
|
|
@ -1,9 +1,3 @@
|
|||
-# Copyright (c) 2010-2012, Diaspora Inc. This file is
|
||||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
= javascript_include_tag :home
|
||||
|
||||
.container-fluid#bookmarklet
|
||||
.row-fluid
|
||||
%h4
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
= javascript_include_tag :home
|
||||
|
||||
= render :partial => 'publisher/publisher',
|
||||
:locals => { :aspect => @aspect,
|
||||
:aspect_ids => @aspect_ids,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
-# the COPYRIGHT file.
|
||||
|
||||
- content_for :head do
|
||||
= javascript_include_tag :home
|
||||
- if AppConfig.chat.enabled?
|
||||
= javascript_include_tag :jsxc, :id => 'jsxc',
|
||||
:data => { :endpoint => get_bosh_endpoint }
|
||||
|
|
|
|||
|
|
@ -1,10 +1,3 @@
|
|||
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
||||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
- content_for :head do
|
||||
= javascript_include_tag :profile
|
||||
|
||||
.container
|
||||
.row
|
||||
%section#hello-there.span12
|
||||
|
|
|
|||
|
|
@ -68,19 +68,15 @@ module Diaspora
|
|||
config.assets.precompile += %w{
|
||||
aspect-contacts.js
|
||||
contact-list.js
|
||||
home.js
|
||||
ie.js
|
||||
inbox.js
|
||||
jquery.js
|
||||
jquery_ujs.js
|
||||
jquery-textchange.js
|
||||
mailchimp.js
|
||||
main.js
|
||||
jsxc.js
|
||||
mobile/mobile.js
|
||||
profile.js
|
||||
people.js
|
||||
profile.js
|
||||
publisher.js
|
||||
templates.js
|
||||
validation.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue