Skip to content

Commit

Permalink
Rename folder update
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsblues committed Dec 6, 2024
1 parent d138e1e commit dd9f2b3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.js → disable-right-click/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class DisableRightClick {

addStyle(rendererInstance) {
if(this.config.cssSelection){
return `<link rel="stylesheet" href="${rendererInstance.siteConfig.domain}/media/plugins/disableRightClick/disableRC.min.css">`;
return `<link rel="stylesheet" href="${rendererInstance.siteConfig.domain}/media/plugins/disable-right-click/disableRC.min.css">`;
}
return '';
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json → disable-right-click/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "This plugin toggle right click and user selection via JS and/or CSS.",
"license": "GPL-3.0",
"author": "Vittorio Ramponi - www.mywebpassion.it",
"version": "1.0.0",
"version": "1.0.1",
"scope": "site",
"minimumPubliiVersion": "0.40.0",
"usePluginSettingsView": false,
Expand Down
File renamed without changes

0 comments on commit dd9f2b3

Please sign in to comment.