window.googleapis is undefined - google-plus

I am trying to add a G+ +1 button on my web page. I am following the steps provided on Google developers page, but I get the following error window.googleapis is undefined. The same error appears even on Google developers page (viewed in Firebug).
Why does this error appear?
And how can it be solved?

Looks like this error will appear only if the firebug is opened. Close firebug and refresh the page

I could reproduce the bug on Firefox 18.0.2 + Firebug 1.11.1, though as I said before not on Firefox 19.0 (with the same profile).
So obviously this was fixed in Firefox 19.0. If someone still sees that issue with that Firefox version, please comment at issue 6280.

Related

How can I see safari extension loader logs

is there a way that I can see complete verbose to what is happening and what does safari in the steps of loading an extension?
I have a problem with how safari loads extensions and I want to see every step of that. Does anyone know if this logs exist and can be viewed?
Thanks!
This logs can be found inside the Console.app from macOS.

First run after install from Google Play

I prepare apk and upload to Google Play.
When I first run it on phone I receive message: Open in Chrome and button - OK. Can I hide this message on first run? I cannot find solution for that.
It's possible to remove the Running in Chrome message. Improvements on how the information is displayed to users is being discussed in this bug: crbug.com/981323

Vuejs console logs appear then disappears in chrome

I have created a new VueJs project with vue-router and ESLint.
When I load the page with the console log open I can see console.log outputs for few milliseconds then they disappear. If I close developer tools and reopen, they reappear and stay until the page is refreshed.
This is only an issue in Chrome, Firefox is fine.
Any ideas?
Have you tried using the Preserve Log option in DevTools?
The 'Preserve log' will be under the settings icon in chrome.

Slider module doesn't work

I have an issue with my slider module, hope anyone can help.
Slider does not work in Chrome 45.0.2454.101 nor in Microsoft Edge, this module: https://addons.prestashop.com/en/sliders-galleries/26873-multi-layer-slider-pro-visual-drag-drop-slider.html
I can't drag the object and the console does not output any error.
I can't test with Microsoft edge, but it seems to be working for me in the version of Chrome that you mentioned GitHub
Could you double check by navigating to the documentation site on Chrome?

ReferenceError: safari is not defined

Whenever I click on a textarea the following message pops up:
What could possibly trigger this?
Thanks!
Note: I'm using JQM 1.4.5 and the textarea is normal, nothing was configured.
I was having the same issue on one of my projects, with the same traceback as yours. It was strange, as there was no bundle.js in my project, or even being loaded. I found it was an issue with one of my extensions, so disabling extensions and clearing cache should fix your issue.
Are you using chrome browser?
If so, sign out of your chrome browser. That should fix it.
It might be that you have some installed chrome extensions whose javascript codes are conflicting with your project