Skip to content

Commit da9ca9e

Browse files
move enable flag in application code too
1 parent 407f4b3 commit da9ca9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/config/default-app-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,8 +788,8 @@ export class DefaultAppConfig implements AppConfig {
788788
* Check more details at {@link AddToAnyPluginConfig}
789789
*/
790790
addToAnyPlugin: AddToAnyPluginConfig = {
791-
scriptUrl: 'https://static.addtoany.com/menu/page.js',
792791
socialNetworksEnabled: false,
792+
scriptUrl: 'https://static.addtoany.com/menu/page.js',
793793
buttons: ['facebook', 'x', 'linkedin', 'email', 'copy_link'],
794794
showPlusButton: true,
795795
showCounters: true,

src/environments/environment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@ export const environment: BuildConfig = {
570570
},
571571

572572
addToAnyPlugin: {
573-
scriptUrl: 'https://static.addtoany.com/menu/page.js',
574573
socialNetworksEnabled: true,
574+
scriptUrl: 'https://static.addtoany.com/menu/page.js',
575575
buttons: ['btn1', 'btn2'],
576576
showPlusButton: true,
577577
showCounters: true,

0 commit comments

Comments
 (0)