Skip to content

Commit 038cf0f

Browse files
committed
Merge branch 'develop' of 10.3.14.3:/home/translated/sviluppo/git/cattool into develop
2 parents 970b7f0 + f1ffa96 commit 038cf0f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

public/css/analyze.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ a:hover{text-decoration:none}
6969
.tablestats th.tm-100-context, .tablestats td.tm-100-context,
7070
.tablestats th.mt, .tablestats td.mt {width: 60px;}
7171
.languages{font-weight:bold;font-size:18px;text-align:left !important; width:35%;}
72-
.loadingbar.start #shortloading, .loadingbar.start span.complete {
72+
.loadingbar.start #shortloading {
7373
display: none;
7474
}
7575

support_scripts/grunt/Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = function(grunt) {
3939
basePath + 'lib/rangy-core.js',
4040
basePath + 'lib/rangy-selectionsaverestore.js',
4141
basePath + 'lib/snapengage.js',
42-
basePath + 'lib/waypoints.js',
42+
basePath + 'lib/waypoints.js'
4343
],
4444
dest: basePath + 'libs.js'
4545
},
@@ -68,7 +68,7 @@ module.exports = function(grunt) {
6868
options: {
6969
interrupt: true
7070
}
71-
},
71+
}
7272
},
7373
jshint: {
7474
options: {

0 commit comments

Comments
 (0)