File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ <h2 class="big-picture__title visually-hidden">Просмотр фотогра
209209
210210 <!-- Сообщение с ошибкой загрузки изображения -->
211211 < template id ="error ">
212- < section class ="error " data-dialog >
212+ < section class ="error " data-dialog-container >
213213 < div class ="error__inner " data-dialog-content >
214214 < h2 class ="error__title "> Ошибка загрузки файла</ h2 >
215215 < button type ="button " class ="error__button " data-dialog-close > Попробовать ещё раз</ button >
@@ -236,7 +236,6 @@ <h2 class="data-error__title">Не удалось загрузить данны
236236
237237 < script src ="./vendor/pristine/pristine.min.js "> </ script >
238238 < script src ="./vendor/nouislider/nouislider.js "> </ script >
239- < script src ="./js/functions.js "> </ script >
240239 < script type ="module " src ="./js/main.js "> </ script >
241240</ body >
242241</ html >
Original file line number Diff line number Diff line change 1- import './gallery.js' ;
21import './fullscreen-picture.js' ;
32import './upload-picture.js' ;
43import './form.js' ;
5- import './api.js' ;
64
75import { showDataError } from './dialogs.js' ;
86import { renderGallery , setGalleryData } from './gallery.js' ;
You can’t perform that action at this time.
0 commit comments