This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
UI fixes to Geolocation field (
#4392
)
One field in section takes up 2 col width instead of 1 col
version-14
Revant Nandgaonkar
7 years ago
committed by
Rushabh Mehta
parent
14be497683
commit
ee33c36b55
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/js/frappe/form/controls/geolocation.js
+ 1
- 1
frappe/public/js/frappe/form/controls/geolocation.js
View File
@@ -1,4 +1,4 @@
frappe.ui.form.ControlGeolocation = frappe.ui.form.Control
Data
.extend({
frappe.ui.form.ControlGeolocation = frappe.ui.form.Control
Code
.extend({
make_wrapper() {
make_wrapper() {
// Create the elements for map area
// Create the elements for map area
this._super();
this._super();
Write
Preview
Loading…
Cancel
Save