Skip to content

Commit

Permalink
1.1.1 fixes end
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanistHere committed Jul 19, 2021
1 parent 0201622 commit 6f1041b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ <h2 class="rating__title title rating__item_text settings__title sidebar__title"

<footer class="footer">
<div>
<span class="footer__version">Version: 1.1.0</span>.
<span class="footer__version">Version: 1.1.1</span>.
<a class="footer__link" target="_blank" href="blog/terms-of-use/">Terms of use</a>
</div>
<div>
Expand Down
3 changes: 2 additions & 1 deletion js/places.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ const initPlaces = async () => {

handleClickPrevDef(newItem.querySelector('.places__link'), () => {
state.flow.push('cmp')
const zoom = state.zoom <= 12 ? 13 : state.zoom
closePlaces()
openRatingAndZoom(lat, lng, 12)
openRatingAndZoom(lat, lng, zoom)
})

geocodeService.reverse().latlng({ lat, lng }).language(state.lang).run((error, result) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Measureland",
"version": "1.0.1",
"version": "1.1.1",
"description": "",
"main": "index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ru/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ <h2 class="rating__title title rating__item_text settings__title sidebar__title"

<footer class="footer">
<div>
<span class="footer__version">Версия: 1.1.0</span>.
<span class="footer__version">Версия: 1.1.1</span>.
<a class="footer__link" target="_blank" href="blog/terms-of-use/">Условия использования</a>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// const CACHE_NAME = "dev-measureland-1.1.0"
// const CACHE_NAME = "dev-measureland-1.1.1"
// const CACHED_URLS = [
// "/index.html",
// "/ru/",
Expand Down

0 comments on commit 6f1041b

Please sign in to comment.