Skip to content
Snippets Groups Projects
Unverified Commit 803c6ed9 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #2997194 by ndf, L-four, drpal: tableheader.js throws error when running...

Issue #2997194 by ndf, L-four, drpal: tableheader.js throws error when running Drupal inside an iframe

(cherry picked from commit f0543267)
parent 37584675
No related branches found
No related tags found
No related merge requests found
......@@ -326,4 +326,4 @@
// Expose constructor in the public space.
Drupal.TableHeader = TableHeader;
})(jQuery, Drupal, window.parent.Drupal.displace);
})(jQuery, Drupal, window.Drupal.displace);
......@@ -164,4 +164,4 @@
});
Drupal.TableHeader = TableHeader;
})(jQuery, Drupal, window.parent.Drupal.displace);
\ No newline at end of file
})(jQuery, Drupal, window.Drupal.displace);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment