AuthoredDrillAction_override.js 581 B

123456789101112131415161718
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: Viewer
  5. *| (C) Copyright IBM Corp. 2001, 2012
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *|
  10. *+------------------------------------------------------------------------+
  11. */
  12. /**
  13. * Mobile always wants to show the target in a new window
  14. */
  15. AuthoredDrillAction.prototype._shouldShowInNewWindow = function(drillTargetNode) {
  16. return true;
  17. };