Browse Source

Update select_images.php

tags/6.2.12
叙述、别离 7 months ago
parent
commit
f594f317cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/dialog/select_images.php

+ 1
- 1
src/admin/dialog/select_images.php View File

@@ -219,7 +219,7 @@ if (!empty($iseditor)) {
var x = 10;
var y = 20;
$("a.toolimg").mouseover(function(e) {
var toolimg = "<div id='toolimg'><img src='" + this.href + "'><\/div>";
var toolimg = "<div id='toolimg'><img src='" + this.href + "'></div>";
$("body").append(toolimg);
$("#toolimg").css({
"top": (e.pageY + y) + "px",


Loading…
Cancel
Save