Advertisement
Guest User

Untitled

a guest
Sep 25th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Add the ability to resize the panel containing the site tree.
  2.                 if(this.hasClass('cms-content-tools')){
  3.                     this.resizable({
  4.                         //handles: 'se',
  5.                         autoHide: true,
  6.                         minWidth: this.find('.cms-panel-content').innerWidth()
  7.                     });
  8.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement