Works except for string literals
-
Works, except string literals, like
message = We can make change for ${totalString} with ${nickelsString} nickels and ${penniesString} pennies!; document.querySelector('#status').innerHTML = message;
, display with missing whitespace. Instead of just adding my js code to the page, this plugin breaks it into some weird eval function that doesn’t work with whitespace:eval(function(p, a, c, k, e, d) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Works except for string literals’ is closed to new replies.