Hello, when I trying to build with webpack, and then open page, I getting error in console:
Uncaught TypeError: $(...).tooltip is not a function
at HTMLAnchorElement.<anonymous> (domain.js:523)
at Function.each (jquery.js:374)
at jQuery.fn.init.each (jquery.js:139)
at jQuery.fn.init.update_privileged (domain.js:511)
at update_hostname_privileged (system.js:8481)
at PageServer.setup (system.js:8681)
at HTMLDocument.init (system.js:10036)
at fire (jquery.js:3099)
at Object.fireWith [as resolveWith] (jquery.js:3211)
at Function.ready (jquery.js:3417)
But when I build the same sources with Makefile, it working ok.
Cheers, Bohdan Iakymets
I had this problem running webpack directly as well. My guess is that the Makefile is running webpack with options/inputs/something that is required. I build with make now. :)
On Mon, Sep 4, 2017 at 6:14 AM, Bohdan Iakymets biakymet@redhat.com wrote:
Hello, when I trying to build with webpack, and then open page, I getting error in console:
Uncaught TypeError: $(...).tooltip is not a function
at HTMLAnchorElement.<anonymous> (domain.js:523) at Function.each (jquery.js:374) at jQuery.fn.init.each (jquery.js:139) at jQuery.fn.init.update_privileged (domain.js:511) at update_hostname_privileged (system.js:8481) at PageServer.setup (system.js:8681) at HTMLDocument.init (system.js:10036) at fire (jquery.js:3099) at Object.fireWith [as resolveWith] (jquery.js:3211) at Function.ready (jquery.js:3417)
But when I build the same sources with Makefile, it working ok.
Cheers, Bohdan Iakymets
cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-leave@lists.fedorahosted.org
cockpit-devel@lists.fedorahosted.org