Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
517013ffc3
3 changed files with 11 additions and 31 deletions
|
@ -462,15 +462,6 @@ function setAddShowEvents() {
|
|||
}
|
||||
$('#add_show_duration').val(duration);
|
||||
}
|
||||
|
||||
function pad(number, length) {
|
||||
var str = '' + number;
|
||||
while (str.length < length) {
|
||||
str = '0' + str;
|
||||
}
|
||||
|
||||
return str;
|
||||
}
|
||||
}
|
||||
|
||||
function showErrorSections() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue