mirror of https://github.com/Rekoe/rk_svnadmin
fix
parent
47e978d698
commit
99a7d7cc68
|
@ -3,9 +3,6 @@ package com.rekoe.service;
|
|||
import java.io.File;
|
||||
import java.io.FileFilter;
|
||||
import java.io.IOException;
|
||||
|
||||
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
|
|
|
@ -115,7 +115,7 @@ Cms.updateBack = function(url){
|
|||
});
|
||||
return false;
|
||||
}
|
||||
Cms.update = function(id){
|
||||
Cms.update = function(){
|
||||
$.dialog({
|
||||
type: "warn",
|
||||
content: '确定要修改此记录?',
|
||||
|
|
Loading…
Reference in New Issue