Skip to content

Commit e53ae4b

Browse files
author
王飞
committed
删除sql提示信息
1 parent 38720e1 commit e53ae4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/templates/sqlsubmit.html

+1
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ <h4 class="modal-title text-danger">提交信息确认</h4>
390390
}
391391
return true
392392
}
393+
393394
String.prototype.removeStartsWith = function(prefix) {
394395
let str = String(this);
395396
if (str.startsWith(prefix)) {

0 commit comments

Comments
 (0)