From 618f3fec05072d488e9f78f3f933f8e0dd29ebc0 Mon Sep 17 00:00:00 2001 From: Tom Schindler <tom.schindler@student.uni-halle.de> Date: Tue, 25 Jun 2024 17:15:31 +0200 Subject: [PATCH] update main.js --- public/main.js | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/public/main.js b/public/main.js index 4da54a7..7eb45c1 100644 --- a/public/main.js +++ b/public/main.js @@ -7518,15 +7518,6 @@ var $author$project$Main$ScatterplotMsg = function (a) { return {$: 'ScatterplotMsg', a: a}; }; var $elm$html$Html$div = _VirtualDom_node('div'); -var $elm$json$Json$Encode$string = _Json_wrap; -var $elm$html$Html$Attributes$stringProperty = F2( - function (key, string) { - return A2( - _VirtualDom_property, - key, - $elm$json$Json$Encode$string(string)); - }); -var $elm$html$Html$Attributes$id = $elm$html$Html$Attributes$stringProperty('id'); var $elm$virtual_dom$VirtualDom$map = _VirtualDom_map; var $elm$html$Html$map = $elm$virtual_dom$VirtualDom$map; var $author$project$Scatterplot$ChangeText = function (a) { @@ -8740,6 +8731,14 @@ var $author$project$Scatterplot$scatterplot = function (model) { ])); }; var $elm$html$Html$select = _VirtualDom_node('select'); +var $elm$json$Json$Encode$string = _Json_wrap; +var $elm$html$Html$Attributes$stringProperty = F2( + function (key, string) { + return A2( + _VirtualDom_property, + key, + $elm$json$Json$Encode$string(string)); + }); var $elm$html$Html$Attributes$value = $elm$html$Html$Attributes$stringProperty('value'); var $author$project$Scatterplot$viewScatterplot = function (model) { var filteredSmartphoneData = $author$project$Scatterplot$filterSmartphones(model.data); @@ -8814,10 +8813,7 @@ var $author$project$Scatterplot$viewScatterplot = function (model) { var $author$project$Main$view = function (model) { return A2( $elm$html$Html$div, - _List_fromArray( - [ - $elm$html$Html$Attributes$id('test1') - ]), + _List_Nil, _List_fromArray( [ A2( -- GitLab