]> git.openstreetmap.org Git - rails.git/commit
Move dashboard-specific javascript to dashboard.js
authorAnton Khorev <tony29@yandex.ru>
Thu, 1 May 2025 05:11:49 +0000 (08:11 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 1 May 2025 05:35:30 +0000 (08:35 +0300)
commitaa5f2b6ac6da91ac0f7baf5fb3ad6c29c2acb5bd
tree0f63196bf99cd7a0ce12ea820ae28d93f959428c
parent4f52ba1bd324d26d34dcf132d39391d3f1744742
Move dashboard-specific javascript to dashboard.js

Stops attempting to use OSM.HomeLocationNameGeocoder on dashboard pages.
app/assets/javascripts/dashboard.js [new file with mode: 0644]
app/assets/javascripts/user.js
app/views/dashboards/show.html.erb
app/views/profiles/edit.html.erb
test/system/dashboard_test.rb