fixed wrong scope for function definition
This commit is contained in:
parent
40201e9c65
commit
0503402fda
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jQuery(function () {
|
||||||
setDefaultContent = function () {
|
setDefaultContent = function () {
|
||||||
jQuery('body').removeClass('wide-content');
|
jQuery('body').removeClass('wide-content');
|
||||||
|
|
||||||
};
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Accessibility helper, focuses the first link witih the given element
|
* Accessibility helper, focuses the first link witih the given element
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue