/*! * Piwik - Web Analytics * * @link http://piwik.org * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ /** * This file registers the Overlay row action on the pages report. */ function DataTable_RowActions_Overlay(dataTable) { this.dataTable = dataTable; } DataTable_RowActions_Overlay.prototype = new DataTable_RowAction; DataTable_RowActions_Overlay.prototype.onClick = function (actionA, tr, e) { if (!actionA.data('overlay-manipulated')) { actionA.data('overlay-manipulated', 1); var link = tr.find('> td:first > a').attr('href'); link = $('