1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00

Хук в blocks.js

This commit is contained in:
Mzhelskiy Maxim 2012-06-30 20:41:41 +04:00
parent dd6e80b25b
commit a76fec115f

View file

@ -87,6 +87,7 @@ ls.blocks = (function ($) {
$(v).show();
}
});
ls.hook.run('ls_blocks_switch_tab_after',[obj, block],this);
return true;
};