lsc пре 1 година
родитељ
комит
69b92a408d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -6586,7 +6586,7 @@ U.MD.D.I.openApplicationUpload = function (str, cid, stage, task, tool) {
                 _div.style = "width:100%;height:100%;background:#0000008f;position:fixed;top:0;left:0;z-index:99999999999999;display: flex;justify-content: center;align-items: center;"
                 let _inner = document.createElement('div')
                 _inner.style = "color: #fff;padding: 15px;background: #00000070;border-radius: 5px;font-size: 18px;"
-                _inner.innerHTML = "截图上传成功"
+                _inner.innerHTML = "上传成功"
                 _div.appendChild(_inner)
                 _iframe.contentWindow.window.document.body.appendChild(_div)
                 _div.onclick = () => {
@@ -6719,7 +6719,7 @@ U.MD.D.I.openApplicationTeacherUpload = function (str, cid, stage, task, tool, s
                 _div.style = "width:100%;height:100%;background:#0000008f;position:fixed;top:0;left:0;z-index:99999999999999;display: flex;justify-content: center;align-items: center;"
                 let _inner = document.createElement('div')
                 _inner.style = "color: #fff;padding: 15px;background: #00000070;border-radius: 5px;font-size: 18px;"
-                _inner.innerHTML = "截图上传成功"
+                _inner.innerHTML = "上传成功"
                 _div.appendChild(_inner)
                 _iframe.contentWindow.window.document.body.appendChild(_div)
                 _div.onclick = () => {