Skip to content

Instantly share code, notes, and snippets.

View dzungtran's full-sized avatar
🎯
Focusing

Dzung Tran dzungtran

🎯
Focusing
View GitHub Profile
@dzungtran
dzungtran / form.js
Created May 8, 2014 03:43
Magento form : Fix region update select box for uniform
/**
* Fix for uniform.js
* Override RegionUpdater class
*/
if (typeof RegionUpdater !== 'undefined') {
RegionUpdater.prototype.update = RegionUpdater.prototype.update.wrap(function(callOriginal) {
/* Check uniform */
if (typeof jQuery !== 'undefined' && typeof jQuery.uniform !== 'undefined') {