mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
take out window.close() because there is no window to close anymore
since bootstraps modal box, the keyword chooser isn't a window anymore.
This commit is contained in:
parent
55def11f01
commit
15c163274c
|
@ -63,13 +63,13 @@ function insertKeywords(keywords) {
|
|||
}
|
||||
|
||||
function cancel() {
|
||||
window.close();
|
||||
// window.close();
|
||||
return true;
|
||||
}
|
||||
|
||||
function acceptKeywords() {
|
||||
targetObj.value = myTA.value;
|
||||
window.close();
|
||||
// window.close();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user