Fix toggle
This commit is contained in:
parent
c5aff93fb8
commit
d409f0e9b4
1 changed files with 2 additions and 2 deletions
|
@ -44,11 +44,11 @@ function register_toggle(link) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
$(function register_all_toggles() {
|
function register_all_toggles() {
|
||||||
$('.toggle').each(function () {
|
$('.toggle').each(function () {
|
||||||
register_toggle($(this));
|
register_toggle($(this));
|
||||||
});
|
});
|
||||||
});
|
};
|
||||||
|
|
||||||
function featureTest(property, value, noPrefixes) {
|
function featureTest(property, value, noPrefixes) {
|
||||||
var prop = property + ':',
|
var prop = property + ':',
|
||||||
|
|
Loading…
Reference in a new issue