(identifier)
| 276 | |
| 277 | // TODO: remove this from all individual plugins in future, as close (x) will be in the tab rather than inside the plugins itself |
| 278 | function removeSection(identifier) { |
| 279 | $('#' + identifier).remove(); |
| 280 | } |
| 281 | |
| 282 | function b64DecodeUnicode(str) { //https://stackoverflow.com/a/30106551 |
| 283 | if (str != null) { |