Fix toolbar

This commit is contained in:
Denis Shakhov 2013-08-29 17:13:18 +07:00
parent d6029b1b12
commit 58c8215b7f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jQuery(document).ready(function($){
/**
* Toolbar
*/
$('#toolbar').toolbar({
$('.js-toolbar').toolbar({
target: '#wrapper',
offsetX: 10
});