I'm not sure what the problem is, as it still works in Safari, and the salvattore home page still seems to be working.
But two websites I've been using Salvattore on, show up blank in chrome.
I did some digging around, this is what I found so far:
var computedStyle = global.getComputedStyle(element, ":before")
, content = computedStyle.getPropertyValue("content").slice(1, -1)
Here the computedStyle object has content set to an empty string, and therefore the code right after this throws an error.
Plus, if CSS is the only way Salvattore works, then it should fail more gracefully.
I'm spending as much time on it as I can, but so far, I've not been able to find the problem.
I'm not sure what the problem is, as it still works in Safari, and the salvattore home page still seems to be working.
But two websites I've been using Salvattore on, show up blank in chrome.
I did some digging around, this is what I found so far:
Here the computedStyle object has content set to an empty string, and therefore the code right after this throws an error.
Plus, if CSS is the only way Salvattore works, then it should fail more gracefully.
I'm spending as much time on it as I can, but so far, I've not been able to find the problem.