forgot licenses on javascript files.
This commit is contained in:
parent
a87925b359
commit
94765906e0
4 changed files with 76 additions and 0 deletions
|
|
@ -1,3 +1,22 @@
|
|||
/* Copyright 2010 Diaspora Inc.
|
||||
*
|
||||
* This file is part of Diaspora.
|
||||
*
|
||||
* Diaspora is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Diaspora is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with Diaspora. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
$('#move_friends_link').live( 'click', function(){
|
||||
$.post('/aspects/move_friends',
|
||||
{ 'moves' : $('#aspect_list').data() },
|
||||
|
|
|
|||
|
|
@ -1,3 +1,22 @@
|
|||
/* Copyright 2010 Diaspora Inc.
|
||||
*
|
||||
* This file is part of Diaspora.
|
||||
*
|
||||
* Diaspora is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Diaspora is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with Diaspora. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
$(document).ready( function() {
|
||||
$('div#image_picker div.small_photo').click( function() {
|
||||
$('#image_url_field').val($(this).attr('id'));
|
||||
|
|
|
|||
|
|
@ -1,3 +1,22 @@
|
|||
/* Copyright 2010 Diaspora Inc.
|
||||
*
|
||||
* This file is part of Diaspora.
|
||||
*
|
||||
* Diaspora is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Diaspora is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with Diaspora. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
$(document).ready(function(){
|
||||
$('.comment_set').each(function(index) {
|
||||
var $this = $(this);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,22 @@
|
|||
/* Copyright 2010 Diaspora Inc.
|
||||
*
|
||||
* This file is part of Diaspora.
|
||||
*
|
||||
* Diaspora is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Diaspora is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with Diaspora. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
$('#debug_info').click(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue