Changeset 917 for pro-violet-viettel
- Timestamp:
- May 7, 2015 5:09:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/www/deploy/20150304/assets/js/manager.js
r915 r917 163 163 164 164 var getDirTreeMaxWidth = function () { 165 var scrWidth = $(o.maincontainer).width(); 166 return parseInt(scrWidth / 2); 165 //var scrWidth = $(o.maincontainer).width(); 166 var scrWidth = $(document).width(); 167 return parseInt(scrWidth / 3); 167 168 } 168 169 … … 187 188 .width(); 188 189 maxWidth = getDirTreeMaxWidth(); 190 191 console.log(maxWidth); 192 189 193 $(o.tree).height(dirTreeHeight - 5); 190 194
Note: See TracChangeset
for help on using the changeset viewer.