Impact icon indicating copy to clipboard operation
Impact copied to clipboard

Move JSONFormat into separate file json-format.js

Open Joncom opened this issue 4 years ago • 0 comments

The JSONFormat function is currently found inside jquery-1.7.1.min.js

https://github.com/phoboslab/Impact/blob/ca59f0e1a443a2667c5c0579ae74fdb67a1c3dcb/lib/weltmeister/jquery-1.7.1.min.js#L105-L155

However, it does not seem to be related to jQuery in any way, and should probably be in its own file called json-format.js

Joncom avatar Dec 16 '21 19:12 Joncom