Skip to content

Commit 52112af

Browse files
Fix typo in CDN script
1 parent c4fda49 commit 52112af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simpleanalytics/templatetags/simpleanalytics_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
register = template.Library()
3131

3232

33-
_script_element = 'https://script.simpleanalyticscdn.com/latest.js'
33+
_script_element = 'https://scripts.simpleanalyticscdn.com/latest.js'
3434

3535
register.simple_tag(
3636
func=lambda *args, **kwargs: mark_safe(

0 commit comments

Comments
 (0)