File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 182
182
183
183
# header for js-files
184
184
# those are the js-files we wrote by our own
185
- js_files=(" draw_activity_heatmap.js" " draw_last_seven.js" " filter-issues.js" " draw_bars_project_detail.js" " draw_spark.js" )
185
+ js_files=(" common/static/js/graphs/ draw_activity_heatmap.js" " timelog/static/js/graphs/ draw_last_seven.js" " common/static/js/ filter-issues.js" " project/static/js/graphs/ draw_bars_project_detail.js" " project/static/js/graphs/ draw_spark.js" )
186
186
for file_name in ${js_files[@]} ; do
187
- file=" common/static/js/ $file_name "
187
+ file=" $file_name "
188
188
# we use the scss-tag here because the syntax for comments is equivalent to scss ones
189
189
is_license_present $file start_line_of_license " scss"
190
190
if [ " $start_line_of_license " != 0 ]; then
@@ -199,7 +199,7 @@ for file_name in ${js_files[@]}; do
199
199
done
200
200
201
201
# logo.svg
202
- file=" common/static/css/ logo.svg"
202
+ file=" common/static/logo.svg"
203
203
is_license_present $file start_line_of_license " html"
204
204
if [ " $start_line_of_license " != 0 ]; then
205
205
# NOTE: don't set overwrite to false at initialisation - this is bash!
You can’t perform that action at this time.
0 commit comments