Skip to content

Commit 0a6069b

Browse files
committed
Turn debugging off
1 parent d92a8de commit 0a6069b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.cacheImages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
$.fn.cacheImages = function (opts) {
2121
// Set the defaults
2222
window.cacheImagesConfig = $.extend({}, {
23-
debug: true, // Boolean value to enable or disable some of the console messaging for trouble shooting
23+
debug: false, // Boolean value to enable or disable some of the console messaging for trouble shooting
2424
defaultImage: 'data:image/png;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAEAsLCwwLEAwMEBcPDQ8XGxQQEBQbHxcXFxcXHx4XGhoaGhceHiMlJyUjHi8vMzMvL0BAQEBAQEBAQEBAQEBAQAERDw8RExEVEhIVFBEUERQaFBYWFBomGhocGhomMCMeHh4eIzArLicnJy4rNTUwMDU1QEA/QEBAQEBAQEBAQEBA/8AAEQgAZABkAwEiAAIRAQMRAf/EAEsAAQEAAAAAAAAAAAAAAAAAAAAFAQEAAAAAAAAAAAAAAAAAAAAAEAEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//2Q==', // URL or base64 string for the default image (will obviously get cached) - default is at assets/default.jpg
2525
encodeOnCanvas: false, // This is still experimental and should be disabled in production
2626
storagePrefix: 'cached', // Used to prefix the URL in at localStorage key

0 commit comments

Comments
 (0)