Skip to content

Commit 8f2ae50

Browse files
committed
replace ellipse with three dots
1 parent d3a664d commit 8f2ae50

File tree

3 files changed

+1
-139
lines changed

3 files changed

+1
-139
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ function dist() {
265265
'./js/vendor/three.js',
266266
'./js/vendor/three.min.js',
267267
'./js/vendor/webm-writer-0.1.1.js',
268-
'./node_modules/lodash/lodash.min.js',
269268

270269
// everything else
271270
'./package.json', // For NW.js

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h1>Welcome to the Enhanced Blackbox Explorer!</h1>
180180
<a class="btn btn-primary btn-video-export" data-toggle="tooltip" title="Export your vide and chart setup to file"> Export video...</a>
181181
<a class="btn btn-primary btn-workspaces-export" data-toggle="tooltip" title="Export your workspace configurations to file">
182182
Export Workspaces...</a>
183-
<a class="btn btn-primary btn-csv-export" data-toggle="tooltip" title="Export your current graphs to CSV file"> Export CSV&hellip;</a>
183+
<a class="btn btn-primary btn-csv-export" data-toggle="tooltip" title="Export your current graphs to CSV file"> Export CSV...</a>
184184
<span class="btn btn-primary btn-file" data-toggle="tooltip" title="Open another log file, video file, exported workspace file or configuration dump file">
185185
Open log file/video
186186
<input type="file" class="file-open" accept=".bbl,.txt,.cfl,.bfl,.log,.avi,.mov,.mp4,.mpeg,.json" multiple />

0 commit comments

Comments
 (0)