Right now I'm attempting to edit the source code(right click, view source) of my main website page, thegpexchange.com
Specifically I'm trying to edit this so that it says text/javascript instead of text/rockerscript. Any advice? The plugin editor doesn't seem to be working. Thanks!
Code:
<script type="text/rocketscript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//cdn.zopim.com/?NcYMwvph7umta2j2VAL3eVCyUxCBa1gh';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>
<script type="text/rocketscript">
$zopim( function() {
$zopim.livechat.button.setPosition('br');
$zopim.livechat.window.setTheme('alphacube');
})</script>