scroll fixed...
This commit is contained in:
parent
24f6623787
commit
3d382fec6b
|
@ -63,6 +63,10 @@ orbitDesktop.prototype.initializeJournalPapers = function(target,url,cache){ //
|
||||||
})
|
})
|
||||||
$(".bt-cancel").click(function(){
|
$(".bt-cancel").click(function(){
|
||||||
$("div[container=true]").html(prev_data);
|
$("div[container=true]").html(prev_data);
|
||||||
|
o.tinyscrollbar_ext({
|
||||||
|
main: '.tinycanvas',
|
||||||
|
fill: '.list_t'
|
||||||
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -278,6 +282,10 @@ orbitDesktop.prototype.initializeJournalPapers = function(target,url,cache){ //
|
||||||
})
|
})
|
||||||
$(".bt-cancel").click(function(){
|
$(".bt-cancel").click(function(){
|
||||||
$("div[container=true]").html(prev_data);
|
$("div[container=true]").html(prev_data);
|
||||||
|
o.tinyscrollbar_ext({
|
||||||
|
main: '.tinycanvas',
|
||||||
|
fill: '.g_col'
|
||||||
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -337,6 +345,10 @@ orbitDesktop.prototype.initializeJournalPapers = function(target,url,cache){ //
|
||||||
})
|
})
|
||||||
$(".bt-cancel").click(function(){
|
$(".bt-cancel").click(function(){
|
||||||
$("div[container=true]").html(prev_data);
|
$("div[container=true]").html(prev_data);
|
||||||
|
o.tinyscrollbar_ext({
|
||||||
|
main: '.tinycanvas',
|
||||||
|
fill: '.g_col'
|
||||||
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -355,6 +367,10 @@ orbitDesktop.prototype.initializeJournalPapers = function(target,url,cache){ //
|
||||||
})
|
})
|
||||||
$(".bt-cancel").click(function(){
|
$(".bt-cancel").click(function(){
|
||||||
$("div[container=true]").html(prev_data);
|
$("div[container=true]").html(prev_data);
|
||||||
|
o.tinyscrollbar_ext({
|
||||||
|
main: '.tinycanvas',
|
||||||
|
fill: '.g_col'
|
||||||
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue