File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,24 +108,24 @@ public function setupChildren() {
108
108
$ name .'[Latitude] ' ,
109
109
'Lat ' ,
110
110
$ this ->recordFieldData ('Latitude ' )
111
- )->addExtraClass ('googlemapfield-latfield no-detect-changes ' );
111
+ )->addExtraClass ('googlemapfield-latfield no-change-track ' );
112
112
113
113
$ this ->lngField = HiddenField::create (
114
114
$ name .'[Longitude] ' ,
115
115
'Lng ' ,
116
116
$ this ->recordFieldData ('Longitude ' )
117
- )->addExtraClass ('googlemapfield-lngfield no-detect-changes ' );
117
+ )->addExtraClass ('googlemapfield-lngfield no-change-track ' );
118
118
119
119
$ this ->zoomField = HiddenField::create (
120
120
$ name .'[Zoom] ' ,
121
121
'Zoom ' ,
122
122
$ this ->recordFieldData ('Zoom ' )
123
- )->addExtraClass ('googlemapfield-zoomfield no-detect-changes ' );
123
+ )->addExtraClass ('googlemapfield-zoomfield no-change-track ' );
124
124
$ this ->boundsField = HiddenField::create (
125
125
$ name .'[Bounds] ' ,
126
126
'Bounds ' ,
127
127
$ this ->recordFieldData ('Bounds ' )
128
- )->addExtraClass ('googlemapfield-boundsfield no-detect-changes ' );
128
+ )->addExtraClass ('googlemapfield-boundsfield no-change-track ' );
129
129
$ this ->children = new FieldList (
130
130
$ this ->latField ,
131
131
$ this ->lngField ,
You can’t perform that action at this time.
0 commit comments