alecpl
2011-06-21 b0689bd500ccc347b6ecda63cd39269696e5a157
skins/default/splitter.js
@@ -15,6 +15,7 @@
  this.pos = attrib.start ? attrib.start * 1 : 0;
  this.relative = attrib.relative ? true : false;
  this.drag_active = false;
  this.callback = attrib.callback;
  this.init = function()
  {
@@ -168,6 +169,9 @@
    this.set_cookie();
    if (typeof this.callback == 'function')
      this.callback(this);
    return bw.safari ? true : rcube_event.cancel(e);
  };