This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| neat_things [2018/07/12 08:24] root | neat_things [2019/01/24 13:03] (current) root | ||
|---|---|---|---|
| Line 105: | Line 105: | ||
| {{: | {{: | ||
| + | |||
| + | ==== Disabling a field from being seen using banner ==== | ||
| + | **<color red>have not confirmed this yet</ | ||
| + | Link: [[https:// | ||
| + | I found this in the above linked forum discussion, not tested yet. | ||
| + | <code java> | ||
| + | <script type=" | ||
| + | (function($) { | ||
| + | AJS.toInit(function(){ | ||
| + | // init on load | ||
| + | AJS.$("# | ||
| + | }) | ||
| + | JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, | ||
| + | // init on refresh | ||
| + | AJS.$("# | ||
| + | }); | ||
| + | })(AJS.$); | ||
| + | </ | ||
| + | </ | ||