fix link replacement (table / one-letter replacement)
This commit is contained in:
@@ -109,7 +109,6 @@ function loadDoc(iDocId, fOnSuccess)
|
||||
{id:iDocId},
|
||||
'json'
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
function saveDoc()
|
||||
@@ -122,7 +121,11 @@ function saveDoc()
|
||||
databap.getMainElem('#doc_form'),
|
||||
function(data)
|
||||
{
|
||||
if(data.result == 'success') databap.goToInternalLink('doc', data.doc_id);
|
||||
if(data.result == 'success')
|
||||
{
|
||||
databap.tmp('started', false);
|
||||
databap.goToInternalLink('doc', data.doc_id);
|
||||
}
|
||||
},
|
||||
true,
|
||||
'json'
|
||||
|
||||
Reference in New Issue
Block a user