- Patch #559368 by CalebD: trailing commas in JavaScript cause syntax errors in IE.
parent
6d6915400e
commit
780bf9b04b
|
@ -96,7 +96,7 @@ Drupal.ajax = function (base, element, element_settings) {
|
|||
type: 'bar',
|
||||
message: 'Please wait...'
|
||||
},
|
||||
button: {},
|
||||
button: {}
|
||||
};
|
||||
|
||||
$.extend(this, defaults, element_settings);
|
||||
|
|
|
@ -126,7 +126,7 @@ Drupal.behaviors.userTimeZones = {
|
|||
$('#edit-configurable-timezones', context).change(function () {
|
||||
$('#empty-timezone-message-wrapper').toggle();
|
||||
});
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -160,7 +160,7 @@ Drupal.behaviors.pageCache = {
|
|||
$('#page-compression-wrapper').show();
|
||||
$('#cache-error').show();
|
||||
});
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue