this code works on chrome but not on firefox
$.get(chrome.extension.getURL("about.html"), function(d) {
me.aboutTpl = d
})
does anyone have any clue?
Thank you in advance!
this code works on chrome but not on firefox
$.get(chrome.extension.getURL("about.html"), function(d) {
me.aboutTpl = d
})
does anyone have any clue?
Thank you in advance!