I've got an admin form which is using the grid system to submit a couple of toggle functions like publish/unpublished.
On my Windows test server it works fine. On my Linux production server the form is somehow submitting twice.
Since I have it toggle based on current state, it goes from true to false back to true.
Does anyone have experience with any reason it might submit once on Windows and twice on Linux?