Skip to content

Commit 42093ad

Browse files
author
p01
committed
Review fix.
I blame Sublime Text 2 and its crazy contextual modes on that one.
1 parent e0aad57 commit 42093ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource-manager/resource_templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ window.templates.resource_tree || (window.templates.resource_tree = new function
124124
["span",
125125
this._get_short_distinguisher(d.url),
126126
"class", "resource-tree-document-label",
127-
"data-tooltip", "kjs-script-select",
127+
"data-tooltip", "js-script-select",
128128
"data-tooltip-text", d.original_url
129129
],
130130
" ",

0 commit comments

Comments
 (0)