Skip to content

Commit

Permalink
Fixing image click not reacting on toggle off
Browse files Browse the repository at this point in the history
  • Loading branch information
Idealcoder committed Aug 9, 2013
1 parent 889deb5 commit 4662cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function imageclick(elem){
var array = $.toJSON( thing );


if ($(elem).attr("class")=="cdiuceducfeu") {


$.getJSON('api.php?type=translate&array='+array+'&from='+$("input[type='radio'].leftradio:checked").val()+'&to='+$("input[type='radio'].rightradio:checked").val(), function(data) {

Expand All @@ -210,7 +210,7 @@ function imageclick(elem){

});

}


}

Expand Down

0 comments on commit 4662cdf

Please sign in to comment.