mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 11:49:56 +03:00
fixes #2252 hide pencil icon during upload
...to prevent opening the album selector
This commit is contained in:
parent
3a9e5f7dff
commit
75da48dadd
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,7 @@ $(function () {
|
|||
$('#startUpload, .selectFilesButtonBlock').hide();
|
||||
$('#uploadingActions').show();
|
||||
$('.format-mode-group-manager').hide();
|
||||
$('#selectedAlbumEdit').hide();
|
||||
// if (!formatMode) {
|
||||
// var categorySelectedId = $("select[name=category] option:selected").val();
|
||||
// var categorySelectedPath = $("select[name=category]")[0].selectize.getItem(categorySelectedId).text();
|
||||
|
@ -349,6 +350,7 @@ $(function () {
|
|||
|
||||
$(".afterUploadActions").show();
|
||||
$('#uploadingActions').hide();
|
||||
$('#selectedAlbumEdit').show();
|
||||
|
||||
// user can safely leave page without warning
|
||||
$(window).unbind('beforeunload');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue