Bookmark: layer not computed
This commit is contained in:
parent
0c0f967f8e
commit
6ccd58437e
1 changed files with 1 additions and 1 deletions
|
|
@ -2490,7 +2490,7 @@ var Bookmark = function() {
|
||||||
onFailure: ajax_misc_failure,
|
onFailure: ajax_misc_failure,
|
||||||
onSuccess: function (req) {
|
onSuccess: function (req) {
|
||||||
remove_waiting_box();
|
remove_waiting_box();
|
||||||
add_div({id: 'bookmark_div', cssclass: 'inner_box', drag: 1});
|
add_div({id: 'bookmark_div', cssclass: 'inner_box',style: 'z-index:'+get_next_layer(), drag: 1});
|
||||||
id$('bookmark_div').innerHTML = req.responseText;
|
id$('bookmark_div').innerHTML = req.responseText;
|
||||||
try {
|
try {
|
||||||
req.responseText.evalScripts();
|
req.responseText.evalScripts();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue