fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Materials for teachers - UI changes.
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
catalogue.js
diff --git
a/wolnelektury/static/js/catalogue.js
b/wolnelektury/static/js/catalogue.js
index
510c543
..
3eb0074
100644
(file)
--- a/
wolnelektury/static/js/catalogue.js
+++ b/
wolnelektury/static/js/catalogue.js
@@
-464,7
+464,7
@@
function serverTime() {
return false;
});
return false;
});
- $('.sponsor-logos').cycle({timeout: 3000});
+
//
$('.sponsor-logos').cycle({timeout: 3000});
$('.widget-code').focus(
function(){
$('.widget-code').focus(
function(){
@@
-501,11
+501,13
@@
function serverTime() {
// we don't want to interact with "audiobook" label, just 'format' tabs
var $this = $(this);
$this.addClass("active");
// we don't want to interact with "audiobook" label, just 'format' tabs
var $this = $(this);
$this.addClass("active");
- $("#"+$this.
html().toLowerCase(
)+"-files").show();
+ $("#"+$this.
attr('data-format'
)+"-files").show();
});
$('.audiobook-list').hide();
});
$('.audiobook-list').hide();
- $("#"+$(".audiotabs .active").html().toLowerCase()+"-files").show();
+ if($(".audiotabs .active").length > 0) {
+ $("#"+$(".audiotabs .active").html().toLowerCase()+"-files").show();
+ }
/* this will be useful for javascript html player
var medias = $('.audiobook-list a');
/* this will be useful for javascript html player
var medias = $('.audiobook-list a');