Merge branch 'master' of github.com:gnuboard/g5 into g5
This commit is contained in:
@ -18,6 +18,9 @@
|
|||||||
var $element = this.find(cfg.element);
|
var $element = this.find(cfg.element);
|
||||||
var $this = this;
|
var $this = this;
|
||||||
|
|
||||||
|
if($element.size() < 1)
|
||||||
|
return;
|
||||||
|
|
||||||
function item_arrange()
|
function item_arrange()
|
||||||
{
|
{
|
||||||
var $el = $element.filter(":first");
|
var $el = $element.filter(":first");
|
||||||
|
|||||||
Reference in New Issue
Block a user