silverstripe-translatable/javascript
Niklas Forsdahl 11b40d44ff BUG: locale dropdown sometimes hidden after panel reload
The locale dropdown was sometimes hidden after a panel reload via ajax,
due to the caching behaviour for the panel. This was caused by the fact
that the dropdown was hidden at the point in which the panel was cached
(probably due to chosen).
Fixed by always making sure the dropdown is shown on its onmatch function.
2012-09-03 11:09:27 +03:00
..
CMSMain.Translatable.js BUG: locale dropdown sometimes hidden after panel reload 2012-09-03 11:09:27 +03:00