copy_path
-> window.copy_path
+ add semicolon
This commit is contained in:
parent
c4fe7c4a30
commit
bea99a5da6
1 changed files with 2 additions and 2 deletions
|
@ -1493,7 +1493,7 @@ function hideThemeButtonState() {
|
|||
(function () {
|
||||
var reset_button_timeout = null;
|
||||
|
||||
function copy_path(but) {
|
||||
window.copy_path = function(but) {
|
||||
var parent = but.parentElement;
|
||||
var path = [];
|
||||
|
||||
|
@ -1527,5 +1527,5 @@ function hideThemeButtonState() {
|
|||
}
|
||||
|
||||
reset_button_timeout = window.setTimeout(reset_button, 1000);
|
||||
}
|
||||
};
|
||||
}());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue