alecpl
2011-06-17 3ddca3b945ecf36d799dfa9c772437a7dad62c5d
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);
  };