commit
c450068bb2
@ -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() {
|
||||
$.datepicker.regional[gettext('en')] = {
|
||||
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) {
|
||||
if (hide) {
|
||||
$('#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() {
|
||||
$('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 saveOrder() {
|
||||
$(".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() {
|
||||
if ($('#content.reload').length > 0) {
|
||||
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 () {
|
||||
$('.button').click(function (event) {
|
||||
button = $(this);
|
||||
|
Loading…
Reference in New Issue
Block a user