123456789101112131415161718 |
- /*
- *+------------------------------------------------------------------------+
- *| Licensed Materials - Property of IBM
- *| IBM Cognos Products: Viewer
- *| (C) Copyright IBM Corp. 2001, 2012
- *|
- *| US Government Users Restricted Rights - Use, duplication or
- *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *|
- *+------------------------------------------------------------------------+
- */
- /**
- * Mobile always wants to show the target in a new window
- */
- AuthoredDrillAction.prototype._shouldShowInNewWindow = function(drillTargetNode) {
- return true;
- };
|