add text to feedback btn
This commit is contained in:
parent
167fb4217b
commit
06f1bb9c91
3
vendor/charmscout.js
vendored
3
vendor/charmscout.js
vendored
|
@ -138,7 +138,8 @@
|
|||
function init(){
|
||||
tab = document.createElement('a');
|
||||
tab.id = "CHARM_TAB";
|
||||
tab.className = 'feedback-button'
|
||||
tab.className = 'feedback-button';
|
||||
tab.innerHTML = 'Feedback & Support';
|
||||
tab.href = "https://secure.charmhq.com/feedback/" + __CHARM.key;
|
||||
tab.onclick = function(){ show(); return false };
|
||||
document.body.appendChild(tab);
|
||||
|
|
Loading…
Reference in New Issue
Block a user