HTML Snippet error after upgraden from 9.6.14 to 9.18.4

0
Hi all,   After upgraden the Mx modeler and upgraden the HTML snippet widget we are receiving errors in the Console of the modeler. These errors we don't receive in test or acceptance environment.   Anyone suffering the same issues or have solution?   Warm regards, Elwin Wu   See error messages below.   factoryThrew d@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:553 Me/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9535 Me@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9644 Me@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9280 Me@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9280 $e/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9835 Fe@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9702 $e@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9774 i@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:10909 p.injectUrl/r<@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:13143 ------------------------- Loading module HTMLSnippet/widget/HTMLSnippet failed! Check script file for syntax errors. e.fn is undefined i@http://localhost:8080/widgets/LabelSelect/widget/LabelSelect2.js:5:98 15/a</a<@http://localhost:8080/widgets/LabelSelect/widget/LabelSelect2.js:5:331 15/a<@http://localhost:8080/widgets/LabelSelect/widget/LabelSelect2.js:5:11061 15/<@http://localhost:8080/widgets/LabelSelect/widget/LabelSelect2.js:5:11073 15@http://localhost:8080/widgets/LabelSelect/widget/LabelSelect2.js:5:11100 o@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:797 HTMLSnippet/widget/HTMLSnippet/</<@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:3450 o@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:797 HTMLSnippet/widget/HTMLSnippet/</<@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:13851 o@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:797 HTMLSnippet/widget/HTMLSnippet/</<@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:13760 o@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:797 HTMLSnippet/widget/HTMLSnippet/</<@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:30155 o@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:797 HTMLSnippet/widget/HTMLSnippet/</<@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:2516 HTMLSnippet/widget/HTMLSnippet/<@http://localhost:8080/widgets/widgets.js?638161254959676140:4290:2527 Me/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9497 Me@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9644 Me@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9280 Me@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9280 $e/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9835 Fe@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9702 $e@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:9774 i@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:10909 p.injectUrl/r<@http://localhost:8080/mxclientsystem/mxui/mxui.js?638161254959676140:5:13143    
asked
2 answers
0

<function doReload() {
   setTimeout(function(){ $(".mx-name-loginbtn").click(); }, 800);
   
}

doReload();>

answered
0

Hi Elwin,

 

Your script looks like jQuery. Are you sure the correct contet Type was selected?

 

Hope this helps,

Jan

answered