diff --git a/README_EN.md b/README_EN.md index d0c8d90..8c3aeef 100755 --- a/README_EN.md +++ b/README_EN.md @@ -33,4 +33,4 @@ There are several ways to customize EVT, the most important one is to modify the In the "doc" folder you will find a preliminary version of the EVT manual, this should be your main reference to customize and use this tool. ###Feedback -Please send all comments, suggestions, bug reports etc. to roberto.rossellidelturco@gmail.com. +Please send all comments, suggestions, bug reports etc. to roberto.rossellidelturco@gmail.com or to evt.developers@gmail.com. diff --git a/README_IT.md b/README_IT.md index 773d9c7..b95a38b 100755 --- a/README_IT.md +++ b/README_IT.md @@ -33,4 +33,4 @@ Ci sono diversi modi di personalizzare EVT, il più importante consiste nel modi Nella cartella "doc" è disponibile una versione preliminare del manuale di EVT, questo è il principale punto di riferimento riguardo l'uso e la personalizzazione del software. ###Feedback -Per favore inviare ogni commento, suggerimento, bug report etc. a roberto.rossellidelturco@gmail.com. +Per favore inviare ogni commento, suggerimento, bug report etc. a roberto.rossellidelturco@gmail.com oppure a evt.developers@gmail.com. diff --git a/js/plugin_settings/iviewer_config.js b/js/plugin_settings/iviewer_config.js index 8f2b191..913c1bf 100644 --- a/js/plugin_settings/iviewer_config.js +++ b/js/plugin_settings/iviewer_config.js @@ -45,9 +45,9 @@ $( function() { onMouseMove: function(ev, coords) {clickTrue(); }, onFinishLoad: function(ev, src) { $('#image_loading').hide(); - // $("#iviewerImage").fadeIn(200, function(){ - // $('#zoom_fit').trigger('click'); - // }); + $("#iviewerImage").show(function(){ + $('#zoom_fit').trigger('click'); + }); if (($('.current_mode').attr('id')=='txtimg_link') & (!$('#switchITL').hasClass('inactive')) & ($('#switchITL i').hasClass('fa fa-chain')) ){ Initialize();} //Add by JK for ITL if (($('.current_mode').attr('id')=='txtimg_link') & (!$('#switchHS').hasClass('inactive')) & ($("#switchHS i").hasClass('fa fa-dot-circle-o')) ) { @@ -70,8 +70,8 @@ $( function() { //$("#mag_image_elem").empty(); if(!magnifierON) $('#image_fade').fadeIn(400); - loadThumbs(); + loadThumbs(); var getBigImage = setTimeout(function (){ magnifierReady(); chooseZoomMag();