Skip to content

Commit 4d50da5

Browse files
committed
MOBILE-1314 errors: Add mm_course-section to ignoredFiles list
1 parent 9d2428e commit 4d50da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/errorreport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
var appVersion = '2.5 (2006)',
2020
reportInBackgroundName = 'mmCoreReportInBackground',
2121
errors = [],
22-
ignoredFiles = ['www/index.html#/site/mod_page', 'www/index.html#/site/mod_resource'];
22+
ignoredFiles = ['www/index.html#/site/mod_page', 'www/index.html#/site/mod_resource', 'www/index.html#/site/mm_course-section'];
2323

2424
/**
2525
* Check if error should be reported in background. If setting is not set, a confirm modal will be shown.

0 commit comments

Comments
 (0)