source: extensions/Histogram/js/histoLoad.min.js @ 12221

Last change on this file since 12221 was 12221, checked in by grum, 13 years ago

feature:2151 - Compatibility with Piwigo 2.2

File size: 425 bytes
Line 
1/* file: histLoad.js - v1.0.0 | minified on 2011/09/25 with http://jscompress.com/ */
2function HistoLoad(){var a=function(a,b){$.ajax({type:"POST",url:"plugins/Histogram/hgram_ajax.php",async:true,data:{ajaxfct:"public.histo.build",id:a,token:b},success:function(a){if(a!=""){$("#iHistoTxt").remove();$("#iHistoContent").append('<img id="#iHistoImg" src="local/plugins/Histogram/'+a+'">')}}})};this.get=function(b,c){a(b,c)}}
Note: See TracBrowser for help on using the repository browser.