fix #1044 Remove GNU GPL header
This commit is contained in:
parent
89c7bd1277
commit
0c32ef9c40
@ -1,10 +1,3 @@
|
|||||||
/**
|
|
||||||
* OpenSlides agenda config functions for the datepicker
|
|
||||||
*
|
|
||||||
* :copyright: 2011–2013 by OpenSlides team, see AUTHORS.
|
|
||||||
* :license: GNU GPL, see LICENSE for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$.datepicker.regional[gettext('en')] = {
|
$.datepicker.regional[gettext('en')] = {
|
||||||
prevText: gettext('previous month'),
|
prevText: gettext('previous month'),
|
||||||
|
@ -1,11 +1,3 @@
|
|||||||
/**
|
|
||||||
* OpenSlides agenda functions
|
|
||||||
*
|
|
||||||
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
|
||||||
* :license: GNU GPL, see LICENSE for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
function hideClosedSlides(hide) {
|
function hideClosedSlides(hide) {
|
||||||
if (hide) {
|
if (hide) {
|
||||||
$('#hidelink').attr('title', 'show');
|
$('#hidelink').attr('title', 'show');
|
||||||
|
@ -1,10 +1,3 @@
|
|||||||
/**
|
|
||||||
* OpenSlides assignment functions
|
|
||||||
*
|
|
||||||
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
|
||||||
* :license: GNU GPL, see LICENSE for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$('a.elected').parent().parent().children('td').addClass('elected');
|
$('a.elected').parent().parent().children('td').addClass('elected');
|
||||||
|
|
||||||
|
@ -1,7 +1 @@
|
|||||||
/**
|
|
||||||
* OpenSlides participants functions
|
|
||||||
*
|
|
||||||
* :copyright: 2013 by OpenSlides team, see AUTHORS.
|
|
||||||
* :license: GNU GPL, see LICENSE for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
@ -1,11 +1,3 @@
|
|||||||
/**
|
|
||||||
* OpenSlides projector functions
|
|
||||||
*
|
|
||||||
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
|
||||||
* :license: GNU GPL, see LICENSE for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
// function that writes the widget list order to a cookie
|
// function that writes the widget list order to a cookie
|
||||||
function saveOrder() {
|
function saveOrder() {
|
||||||
$(".column").each(function(index, value){
|
$(".column").each(function(index, value){
|
||||||
|
@ -1,10 +1,3 @@
|
|||||||
/**
|
|
||||||
* OpenSlides projector functions
|
|
||||||
*
|
|
||||||
* :copyright: 2011–2013 by OpenSlides team, see AUTHORS.
|
|
||||||
* :license: GNU GPL, see LICENSE for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
if ($('#content.reload').length > 0) {
|
if ($('#content.reload').length > 0) {
|
||||||
updater.start();
|
updater.start();
|
||||||
|
@ -1,10 +1,3 @@
|
|||||||
/**
|
|
||||||
* OpenSlides utils functions
|
|
||||||
*
|
|
||||||
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
|
||||||
* :license: GNU GPL, see LICENSE for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
$('.button').click(function (event) {
|
$('.button').click(function (event) {
|
||||||
button = $(this);
|
button = $(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user