Skip to content

Commit

Permalink
Bug fixing pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraDipi committed Mar 7, 2016
1 parent fc7ab56 commit 6d6f9e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion README_IT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 4 additions & 4 deletions js/plugin_settings/iviewer_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')) ) {
Expand All @@ -70,8 +70,8 @@ $( function() {

//$("#mag_image_elem").empty();
if(!magnifierON) $('#image_fade').fadeIn(400);
loadThumbs();

loadThumbs();
var getBigImage = setTimeout(function (){
magnifierReady();
chooseZoomMag();
Expand Down

0 comments on commit 6d6f9e9

Please sign in to comment.