1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-02 00:49:21 +03:00

Fix toolbar

This commit is contained in:
Denis Shakhov 2013-08-29 17:13:18 +07:00
parent d6029b1b12
commit 58c8215b7f

View file

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