Index - Search/Book Shifts : Added script to remove selected locations from drop down list on page load
This commit is contained in:
Родитель
48906bd2e2
Коммит
3fe0a35093
|
@ -108,6 +108,9 @@
|
|||
}
|
||||
|
||||
$(function () {
|
||||
|
||||
$('#Locations').get(0).selectedIndex = -1
|
||||
|
||||
var subscriptionKey = '@ViewData["AzureMapsKey"]';
|
||||
|
||||
var roads = L.tileLayer('https://atlas.microsoft.com/map/tile?subscription-key={subscriptionKey}&api-version=2.0&tilesetId={tilesetId}&zoom={z}&x={x}&y={y}&tileSize=256&language={language}&view={view}', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче