This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
26
Activity
Browse Source
Update indexbody.js
tags/6.2.0
xushubieli
2 years ago
parent
4b96eec0e0
commit
0b1710883a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/admin/js/indexbody.js
+ 1
- 1
src/admin/js/indexbody.js
View File
@@ -47,7 +47,7 @@ function copyFn(){
var val = document.getElementById('text');
window.getSelection().selectAllChildren(val);
document.execCommand ("Copy");
//alert("成功复制系统
信息");
alert("成功复制软件配置
信息");
}
//Dedebiz info
var dedebizInfo;
Write
Preview
Loading…
Cancel
Save