Skip to content

Commit 87f8209

Browse files
authored
Merge pull request #1379 from jdufresne/timer-js-name
Move toolbar.timer.js → timer.js to match naming convention
2 parents 9119982 + 4f27b27 commit 87f8209

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

debug_toolbar/panels/timer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def content(self):
5555
@property
5656
def scripts(self):
5757
scripts = super().scripts
58-
scripts.append(static("debug_toolbar/js/toolbar.timer.js"))
58+
scripts.append(static("debug_toolbar/js/timer.js"))
5959
return scripts
6060

6161
def process_request(self, request):

0 commit comments

Comments
 (0)