Options are only applied when rg.init is called, which means that calling rg4js('options', ...) after the page has finished loading will not apply the options.
You can workaround this by calling rg4js('boot') after changing options, but it would be preferable calling rg4js('options', ...) immediately applied the options instead.
Options are only applied when
rg.initis called, which means that callingrg4js('options', ...)after the page has finished loading will not apply the options.You can workaround this by calling
rg4js('boot')after changing options, but it would be preferable callingrg4js('options', ...)immediately applied the options instead.