We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ac0e26 + b06e59b commit b1a4a82Copy full SHA for b1a4a82
1 file changed
Source/Resource/html/js/checker/table.js
@@ -111,7 +111,7 @@ var checkerTable = (function() {
111
nodej.data('fileId', fileId);
112
113
// Add policy, display and verbosity
114
- if (fileName.startsWith("attachment:")) {
+ if (fileName.substring(0, 11) == "attachment:") {
115
nodej.data('attachment', "true");
116
} else {
117
nodej.data('attachment', "false");
0 commit comments