Skip to content

Commit

Permalink
Fixed issue #05254: Table Height not Correct in Response View
Browse files Browse the repository at this point in the history
Dev Position tooltips to left

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@10250 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Jun 10, 2011
1 parent 8cdd857 commit d8a1215
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions admin/scripts/browse.js
Expand Up @@ -109,12 +109,24 @@ $(document).ready(function(){
hide: {
fixed: true,
delay: 500
},
position: {
corner: {
target: 'leftMiddle',
tooltip: 'topRight'
}
}
});
$('.browsetable th strong.content').qtip({
hide: {
fixed: true,
delay: 500
},
position: {
corner: {
target: 'leftMiddle',
tooltip: 'topRight'
}
}
});
});

0 comments on commit d8a1215

Please sign in to comment.