Skip to content

Commit 1c1b29a

Browse files
committed
Merge pull request #282 from jleyva/MOBILE-1314
MOBILE-1314 errors: Add mm_course-section to ignoredFiles list
2 parents 9d2428e + 4d50da5 commit 1c1b29a

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)