Skip to content

Commit c24702f

Browse files
author
Ryan Gehrig
committed
Once more
1 parent 39feefe commit c24702f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/internal/templates.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function template_browse_select(thisDir)
275275

276276
$.modal.close();
277277

278-
$('#file_path').val(thisDir);
278+
$('#create_tpl_file_path').val(thisDir);
279279
$('#browse_done').fadeIn();
280-
$('#file_path').focus();
280+
$('#create_tpl_file_path').focus();
281281
}

0 commit comments

Comments
 (0)