Commit 2ed3c9e0 authored by Jérome Perrin's avatar Jérome Perrin

data_notebook: remove trailing whitespaces in iframe code

parent 4699b7d8
...@@ -1171,12 +1171,12 @@ def erp5PivotTableUI(self, df): ...@@ -1171,12 +1171,12 @@ def erp5PivotTableUI(self, df):
$("<a>", {target:"_blank", href:""}) $("<a>", {target:"_blank", href:""})
.text("[pop out]").prependTo($("body")); .text("[pop out]").prependTo($("body"));
$("#output").pivotUI( $("#output").pivotUI(
$.csv.toArrays($("#output").text()), $.csv.toArrays($("#output").text()),
{ {
renderers: $.extend( renderers: $.extend(
$.pivotUtilities.renderers, $.pivotUtilities.renderers,
$.pivotUtilities.c3_renderers, $.pivotUtilities.c3_renderers,
$.pivotUtilities.d3_renderers, $.pivotUtilities.d3_renderers,
$.pivotUtilities.export_renderers $.pivotUtilities.export_renderers
), ),
......
...@@ -757,9 +757,9 @@ context.Base_renderAsHtml(iframe) ...@@ -757,9 +757,9 @@ context.Base_renderAsHtml(iframe)
# The big hash in this string was previous calculated using the expect hash # The big hash in this string was previous calculated using the expect hash
# of the pivot table page's html. # of the pivot table page's html.
pivottable_frame_display_path = 'Base_displayPivotTableFrame?key=853524757258b19805d13beb8c6bd284a7af4a974a96a3e5a4847885df069a74d3c8c1843f2bcc4d4bb3c7089194b57c90c14fe8dd0c776d84ce0868e19ac411' pivottable_frame_display_path = 'Base_displayPivotTableFrame?key=58498be478377296776617d058c67b94ef7259fd519f5274ea9837b136c380fb12d009f5f84af95b309d19803863a3ccdc75f64f912fd7095c0cff77a311c945'
self.assertTrue(pivottable_frame_display_path in json_result['code_result']) self.assertIn(pivottable_frame_display_path, json_result['code_result'])
def testConsecutiveImports(self): def testConsecutiveImports(self):
''' '''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment