Active
Project:
Views Display Tabs
Version:
6.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2010 at 05:49 UTC
Updated:
23 Dec 2010 at 05:49 UTC
Hi:
I am using:
Drupal 6.19
viewsdisplaytab 6.x-1.0-beta6
popups 6.x-2.0-alpha6
I have popup links on a page and along with a viewsdisplay tab on the page too. Once I click on the popup I get a javascript error at line: 27, char: 3 (is null or not an object) in the view the viewdisplaytabs.js.
I added these two lines inside:
viewsDisplayTabs.behavior = function() {
if (document.getElementById("viewtabs") == null)
return;
...
However, it is a fix, but it reloads the page and the throber disappeared. If there something else to do, please advise.
Ryan