1 item remaining bug for addthis user

I just solved this bug today for my work, the site load perfectly ok on firefox but it will show 1 item remaining loading message when viewing on Internet Explorer. It happen that because we are using addthis this widget.

Base on the forum thread in addthis community , it seem like quite a lot of user having this problem, i have no idea why they still want to include this flash file , but the additional flash file which included in their widget is the major cause for this bug. The solution is adding this line in the javascript

[js]
<script type="text/javascript">
var addthis_disable_flash = true;
</script>
[/js]

this will actually disable that flash file, once this is done  , there will be no more loading message appear when you view on IE.

You may also like...