Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
137
stars
55
forks
source link
Fix issue#32, It could cause the rich text button area to disappear. #33
Open
Anch9999 opened 6 years ago
Hi llogeek,
I think the root cause is jQuery function parseHTML default skip script tag, so I set keepscript attribute to true.
jQuery-parseHTML