Skip to content

Commit

Permalink
More consistent warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Sep 11, 2024
1 parent 81f2fe2 commit 931f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fullscreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { fullscreenEnabled, getFullscreenElement, enterFullscreen, exitFullscree
import { $data } from './consts.js';

if (window.DEBUG && !fullscreenEnabled) {
console.warn('<slide-show> fullscreen API not supported, fullscreen controls will not be rendered');
console.warn('<slide-show> Browser does not support fullscreen API, fullscreen controls will not shown');
}

export function enable(host) {
Expand Down

0 comments on commit 931f1f3

Please sign in to comment.