Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatavineela committed Jun 10, 2020
1 parent f931600 commit c15f369
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/ot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

<script src="../components/lodash/dist/lodash.min.js"></script>
<script src="../components/jquery/jquery.min.js"></script>
<script src="../components/jquery-ui/ui/minified/jquery-ui.custom.min.js"></script>
<script src="../lib/jquery/jquery-ui-1.10.4.custom.min.js"></script>
<script src="../components/jquery.cookie/jquery.cookie.js"></script>
<script src="../components/jquery-ui/ui/jquery.ui.tooltip.js"></script>
<script src="../lib/modernizr.custom.80690.js"></script>

<script src="../components/angular/angular.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/styles/ot/_otCalendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
width: auto;
height: auto;
line-height: 1.5;
padding: 5px;
padding: 0.3%;
border-radius: 4px;
position: absolute;
}
2 changes: 2 additions & 0 deletions ui/test/config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ module.exports = function (config) {
'app/components/jquery/jquery.js',
'app/components/jquery.cookie/jquery.cookie.js',
'app/components/jasmine-jquery/lib/jasmine-jquery.js',
'app/components/jquery-ui/ui/jquery.ui.widget.js',
'app/components/jquery-ui/ui/jquery.ui.tooltip.js',
'app/components/angular-mocks/angular-mocks.js',
'app/components/ngInfiniteScroll/build/ng-infinite-scroll.js',
'app/components/d3/d3.min.js',
Expand Down

0 comments on commit c15f369

Please sign in to comment.