Skip to content

Commit 4f27b27

Browse files
committed
Move toolbar.timer.js → timer.js to match naming convention
All other panel specific JavaScript files use the same name as their panel. So too should the timer panel.
1 parent 9119982 commit 4f27b27

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)