Skip to content

Commit b423df9

Browse files
committed
Fix widgets url for hidden treasures script
1 parent 4b3c5fd commit b423df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/bcc-login/includes/class-bcc-login-widgets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function bcc_widgets_shortcodes() {
143143
. '></bcc-hidden-treasures>';
144144
$html .= '</div>';
145145

146-
$html .= '<script src="http://localhost:3100/scripts/main.js" type="module"></script>';
146+
$html .= '<script src="https://widgets.bcc.no/scripts/main.js" type="module"></script>';
147147

148148
return $html . PHP_EOL;
149149
} );

0 commit comments

Comments
 (0)