File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212<Class name =" DeepSee.LightPivotTable" >
1313<Super >%DeepSee.Component.Portlet.abstractPortlet</Super >
14- <TimeChanged >63566,4522.006886 </TimeChanged >
14+ <TimeChanged >63566,64055.555603 </TimeChanged >
1515<TimeCreated >63515,61322.546099</TimeCreated >
1616
1717<Parameter name =" INCLUDEFILES" >
248248<Implementation ><![CDATA[
249249 if (!this.LightPivotTable) return;
250250
251- if (location.pathname.indexOf("DeepSee") > -1) {
252- window.open(
253- location.href.replace(/(%|_)(25)?DeepSee.*/, "_DeepSee.UI.MDXExcel.zen?MDX=")
254- + encodeURIComponent(this.LightPivotTable.getActualMDX())
255- );
256- return;
257- }
251+ // if (location.pathname.indexOf("DeepSee") > -1) {
252+ // window.open(
253+ // location.href.replace(/(%|_)(25)?DeepSee.*/, "_DeepSee.UI.MDXExcel.zen?MDX=")
254+ // + encodeURIComponent(this.LightPivotTable.getActualMDX())
255+ // );
256+ // return;
257+ // }
258258
259259 var link = document.createElement("a"),
260260 csvData = [], preservedGroups = {},
You can’t perform that action at this time.
0 commit comments