only sarajevo is supported now

This commit is contained in:
Senad Uka
2015-09-21 09:04:55 +02:00
parent 56f9c7b72b
commit 980ea36fc2
3 changed files with 5 additions and 39 deletions

View File

@@ -11,6 +11,7 @@ body{
background-size: cover ; background-size: cover ;
background-position: center ; background-position: center ;
background-repeat: no-repeat; background-repeat: no-repeat;
font-family: 'Roboto', sans-serif;
} }
@@ -532,4 +533,5 @@ text-decoration: none;
.footer { .footer {
text-align: center; text-align: center;
margin-top: 20px;
} }

View File

@@ -35,27 +35,9 @@ var supportedPlaces = [
}, { }, {
"code": "-13", "code": "-13",
"placeLabel": "-------------------------------" "placeLabel": "-------------------------------"
}, { },{
"code": " 71000", "code": " 71000",
"placeLabel": "Sarajevo" "placeLabel": "Sarajevo"
}, {
"code": " 71103",
"placeLabel": "Sarajevo, Centar"
}, {
"code": " 71160",
"placeLabel": "Sarajevo, Novi Grad"
}, {
"code": " 71120",
"placeLabel": "Sarajevo, Novo Sarajevo"
}, {
"code": " 71140",
"placeLabel": "Sarajevo, Stari Grad"
}, {
"code": " 71210",
"placeLabel": "Ilidža"
}, {
"code": " 71320",
"placeLabel": "Vogošća"
}]; }];
var _cartDataLoadCalled = false; var _cartDataLoadCalled = false;

File diff suppressed because one or more lines are too long