Open GoogleCodeExporter opened 9 years ago
I'm also having this issue. Although in a very weird circumstance.
I can run the page off localhost on my Windows 7 Netbook using Google Chrome,
however when I save the 'complete' page in the browser and try running it from
my computer or from Dropbox (so hosted online or via file) I get the same error
as above.
"Uncaught TypeError: Cannot call method 'shutdown' of undefined"
The thing is, all the content is there and everything else works fine.
Original comment by Kubler...@gmail.com
on 5 Feb 2012 at 5:31
I am also getting this error when I delete and old plot and it tries to reuse
it. The patch worked perfectly
Original comment by GeorgePa...@gmail.com
on 24 Feb 2012 at 2:18
Original comment by dnsch...@gmail.com
on 4 Jun 2012 at 7:26
I got this error too, but after I change all
$(".popover")
into
$("#trig").data("popover").$tip
the problem disappears. I think this might be accessing the wrong $(".popover")
when multiple popover instance exists.
Original comment by zikaizhang@gmail.com
on 14 Jul 2012 at 9:23
Original issue reported on code.google.com by
m.sakre...@gmail.com
on 8 Sep 2011 at 11:22Attachments: