gimli2 / sigal

It is a free photo gallery written in PHP. This script inspired by simplicity of brilliant MySQL client Adminer from Jakub Vrána. It is completely in only one file. It is very simple to upload it anywhere to hosting and use it in a few seconds. And why don't use this idea for web photo gallery?
Other
2 stars 3 forks source link

Function toggle all does not work in Internet Explorer #14

Closed Kiki-Jiki closed 8 years ago

Kiki-Jiki commented 8 years ago

The JS syntax used in toggleAllCheckboxes() function is probably not supported in Internet Explorer. I'm using IE11, trying to emulate older versions using browser's Developer tool has no affect. Replacing the for-in cycle with common for cycle in toggleAllCheckboxes() function seems to make it work.

for (var i = 0; i < elems.length; i++) {...
gimli2 commented 8 years ago

Fixed in commit 377d6000390361c94bfa382a066ccb1f112d22e6 in branch lang.