08-13-2018, 08:57 PM
(This post was last modified: 08-13-2018, 08:59 PM by Tim Curtis.
Edit Reason: eta
)
Ya, that will cause the sql update to fail.
You can try adding the code below in playerlib.js
First find the code block that does the clock radio update
// update clock radio settings
$('.btn-clockradio-update').click(function(){
Then add .replace to the line below
Don't forget to refresh Browser to reload the JS.
-Tim
You can try adding the code below in playerlib.js
First find the code block that does the clock radio update
// update clock radio settings
$('.btn-clockradio-update').click(function(){
Then add .replace to the line below
Code:
'ckraditem': SESSION.json['ckraditem'].replace("'", "''"),
Don't forget to refresh Browser to reload the JS.
-Tim