scroll fixed...

This commit is contained in:
Harry Bomrah 2012-12-06 15:44:16 +08:00
parent 4e9ed57813
commit df4a9a5dff
1 changed files with 16 additions and 0 deletions

View File

@ -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'
})
}) })
} }
}) })