fix changed references to panellum code in /dist

This commit is contained in:
Martin Raifer
2023-08-16 17:58:37 +02:00
parent df5e407542
commit 0428976f04
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -17,7 +17,7 @@ transifex.auth
/dist/img/*.svg
/dist/locales/en.min.json
/dist/mapillary-js/
/dist/pannellum-streetside/
/dist/pannellum/
/coverage/

View File

@@ -23,8 +23,8 @@ const imgZoom = d3_zoom()
.extent([[0, 0], [320, 240]])
.translateExtent([[0, 0], [320, 240]])
.scaleExtent([1, 15]);
const pannellumViewerCSS = 'pannellum-streetside/pannellum.css';
const pannellumViewerJS = 'pannellum-streetside/pannellum.js';
const pannellumViewerCSS = 'pannellum/pannellum.css';
const pannellumViewerJS = 'pannellum/pannellum.js';
const resolution = 1080;
let _mlyActiveImage;