Merge pull request #1062 from DerPate/fix#1044

Fix#1044
This commit is contained in:
Oskar Hahn 2013-11-18 00:25:19 -08:00
commit c450068bb2
7 changed files with 0 additions and 50 deletions

View File

@ -1,10 +1,3 @@
/**
* OpenSlides agenda config functions for the datepicker
*
* :copyright: 20112013 by OpenSlides team, see AUTHORS.
* :license: GNU GPL, see LICENSE for more details.
*/
$(function() {
$.datepicker.regional[gettext('en')] = {
prevText: gettext('previous month'),

View File

@ -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) {
if (hide) {
$('#hidelink').attr('title', 'show');

View File

@ -1,10 +1,3 @@
/**
* OpenSlides assignment functions
*
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
* :license: GNU GPL, see LICENSE for more details.
*/
$(function() {
$('a.elected').parent().parent().children('td').addClass('elected');

View File

@ -1,7 +1 @@
/**
* OpenSlides participants functions
*
* :copyright: 2013 by OpenSlides team, see AUTHORS.
* :license: GNU GPL, see LICENSE for more details.
*/

View File

@ -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 saveOrder() {
$(".column").each(function(index, value){

View File

@ -1,10 +1,3 @@
/**
* OpenSlides projector functions
*
* :copyright: 20112013 by OpenSlides team, see AUTHORS.
* :license: GNU GPL, see LICENSE for more details.
*/
$(document).ready(function() {
if ($('#content.reload').length > 0) {
updater.start();

View File

@ -1,10 +1,3 @@
/**
* OpenSlides utils functions
*
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
* :license: GNU GPL, see LICENSE for more details.
*/
$(function () {
$('.button').click(function (event) {
button = $(this);