Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 409e589

Browse files
author
Sujaykumar Hublikar
authored
Merge pull request #2 from mateuswetah/main
Fixes use of customPageTitleOptions instead of customPageFooterOptions.
2 parents e987a77 + 37e2125 commit 409e589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ function customPageTitle( hook, vm ) {
5050
}
5151

5252
function debug(msg){
53-
if(customPageFooterOptions.debug) console.log(msg);
53+
if(customPageTitleOptions.debug) console.log(msg);
5454
}
5555

5656
function error(msg){
57-
if(customPageFooterOptions.debug) console.error(msg);
57+
if(customPageTitleOptions.debug) console.error(msg);
5858
}
5959

6060

0 commit comments

Comments
 (0)