mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 10:36:31 +00:00
link empty value and kb fix
This commit is contained in:
@@ -19,9 +19,9 @@ pscript['onload_question-view'] = function(wrapper) {
|
||||
}
|
||||
|
||||
pscript['refresh_question-view'] = function() {
|
||||
$('.add-answer-area').empty();
|
||||
// href
|
||||
var qid = window.location.hash.split('/')[1];
|
||||
console.log(qid)
|
||||
if(qid) {
|
||||
pscript.question_view(qid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user