Supa Computer button doesn't display, Reference Error on addInitEvent
Status: Beta
Brought to you by:
evildauphin
Supa Computer button doesn't display, Reference Error on addInitEvent
Dokuwiki version: Weatherwax
Browser: Firefox, Internet Explorer
The supa computer icon doesn't appear in the Media Manager page, so I'm not able to give the Java applet permission to run. Firefox is telling me: “ReferenceError: addInitEvent is not defined” and points to this part of the code for mediamanager.php:
<!-- SUPA begin -->
<script type='text/javascript'>
addInitEvent(function(){
supa_handler.init(
'b9b1a6d7c166c6212eafeb8b52dd25ef',
'fit to canvas',
'100%',
'100%',
'',
'screenshot-2013-06-14_15-21-37.png'
);
});
</script>
<!-- SUPA end -->
I think I must be somehow missing a reference?….