Getting – Uncaught ReferenceError: tbCreateDialog is not defined

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesBurnEngineGetting – Uncaught ReferenceError: tbCreateDialog is not defined

This topic has been marked as not resolved.

OC 2.1.0.1
I upgraded pav from 1.2.9 to latest burnengine 1.2.2

after completed I am seeing this error

Uncaught ReferenceError: tbCreateDialog is not defined
at :364:7
at Object.onScriptLoaded (main_4fe6320….script.js:9)
at :363:9
at Object.globalEval (inline_c458d87….js:16)
at executeInline (inline_c458d87….js:35)
at e. (main_4fe6320….script.js:11)
at e.r.emitEvent (main_4fe6320….script.js:8)
at Object.trigger (main_4fe6320….script.js:9)
at HTMLDocument. (main_4fe6320….script.js:127)
at j (main_4fe6320….script.js:2)

March 15, 2017 at 11:28 pm #57449

Hi,

You need to remove this old code from your Custom JS:

tbApp.onScriptLoaded(function() {
      tbCreateDialog('.agree', $('#wrapper'));
});

BR,
ThemeBurn team

March 21, 2017 at 6:28 pm #57599

hrmm will test, thought I needed that to make info pages in popup window

March 21, 2017 at 8:26 pm #57603

Yup, that did it, tx again

March 21, 2017 at 9:00 pm #57604

Glad we’ve helped.

BR,
ThemeBurn team

March 21, 2017 at 10:35 pm #57605
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.