git status
This commit is contained in:
parent
cb23b2d5b7
commit
efd99344eb
5 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
||||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
= javascript_include_tag "publisher.js"
|
||||
= javascript_include_tag 'vendor/jquery.textchange.min.js', "publisher.js"
|
||||
|
||||
:javascript
|
||||
$(function() {
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ javascripts:
|
|||
- public/javascripts/friend-finder.js
|
||||
home:
|
||||
- public/javascripts/publisher.js
|
||||
- public/javascripts/jquery.textchange.min.js
|
||||
- public/javascripts/vendor/jquery.textchange.min.js
|
||||
- public/javascripts/aspect-edit-pane.js
|
||||
- public/javascripts/fileuploader-custom.js
|
||||
people:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
//this file is the scary no-no-zone bad-touch of our backbone code.
|
||||
//after re-writing/eliminating the existing Publisher let's re-write
|
||||
//this with PANACHE!
|
||||
//this with PANACHE! <333 Dennis
|
||||
|
||||
app.views.Publisher = Backbone.View.extend({
|
||||
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@ var Publisher = {
|
|||
},
|
||||
|
||||
textChange : function(){
|
||||
console.log("yohoho")
|
||||
Publisher.determineSubmitAvailability();
|
||||
Publisher.input().mentionsInput("val", function(value) {
|
||||
Publisher.hiddenInput().val(value);
|
||||
|
|
@ -190,6 +191,7 @@ var Publisher = {
|
|||
},
|
||||
|
||||
initialize: function() {
|
||||
console.log("OHHHHH MY GAWD")
|
||||
Publisher.cachedForm = Publisher.cachedSubmit =
|
||||
Publisher.cachedInput = Publisher.cachedHiddenInput = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue