mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 08:32:24 +00:00
Merge branch 'handlerupdate' of github.com:webnotes/erpnext into shf_merge
Conflicts: erpnext/website/doctype/style_settings/style_settings.txt version.num
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