File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<Class name =" DeepSee.LightPivotTable" >
13
13
<Super >%DeepSee.Component.Portlet.abstractPortlet</Super >
14
- <TimeChanged >63566,4522.006886 </TimeChanged >
14
+ <TimeChanged >63566,64055.555603 </TimeChanged >
15
15
<TimeCreated >63515,61322.546099</TimeCreated >
16
16
17
17
<Parameter name =" INCLUDEFILES" >
248
248
<Implementation ><![CDATA[
249
249
if (!this.LightPivotTable) return;
250
250
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
+ // }
258
258
259
259
var link = document.createElement("a"),
260
260
csvData = [], preservedGroups = {},
You can’t perform that action at this time.
0 commit comments