In the old BM we had 2 different windows for JS and CSS
Where should I put CSS in the new version of BM?
Thanks
|
4
|
In the old BM we had 2 different windows for JS and CSS Where should I put CSS in the new version of BM? Thanks |
||
|
|
|
5
|
In the new version of BugMonkey, you combine both the JS and the CSS into a single window. (This makes it easier for people to publish customizations, because they don't need to explain which thing gets copied into which window) The JS section is preceded by a line that says
The CSS section is preceded by a line that says
A customization with just JS will look like this:
A customization that uses only CSS will look like this:
A customization that uses both JS and CSS will look like this:
|
||
|
|