Forum Discussion
AntoninEtienne
5 years agoCommunity Member
Javascript problem due to the update ?
Hi,
I use a javascript code to do a "mute" tricks in my articulate courses.
After the update, this option doesn't work anymore. I can't mute the sound anymore...
It's because of the update ? ...
AndreasNeuberg
5 years agoCommunity Member
@Jimmi, works like a charm (so far) and does not require JQuery :) THX !!
var appState = window.DS ? DS.appState : require("helpers/appState");
appState.onToggleVolume();