Skip to content

Commit a292598

Browse files
committed
removes unused error messages and adds dynamic cache buster for default.js
1 parent 7d2ffff commit a292598

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config/settings.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
/* Messages */
2424
$udoit_welcome_message = 'The Universal Design Online content Inspection Tool (U<strong>DO</strong>IT) was created by the Center for Distributed Learning at the University of Central Florida. U<strong>DO</strong>IT will scan your course content, generate a report and provide instructions on how to correct accessibility issues. Funding for U<strong>DO</strong>IT was provided by a Canvas Grant awarded in 2014.';
25-
$error_msg_wrong_referrer = 'It looks like you tried to access UDOIT from a website other than Canvas. Please contact support.';
26-
$error_msg_no_referrer = 'Your web browser did not provide a referrer. Please contact support.';
2725

2826
/* Resource links */
2927
$resource_link = [

templates/udoit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"//code.jquery.com/jquery-2.1.1.min.js",
66
"//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js",
77
"assets/js/vendor/JSColor/jscolor.js",
8-
"assets/js/default.js?c=0",
8+
"assets/js/default.js?cachebuster=".time(),
99
]
1010
];
1111

0 commit comments

Comments
 (0)