Forums
(@fbayle)
11 years, 4 months ago
I found the bug and fixed it.
In the file media-relocator.js
line 215 :
replace the line :
if (dirj==””)
width :
if (jQuery.trim(dirj)==””)
I’ve found a lot of alert(response) in your code, probably for debugging purpose…