diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 09:22:23 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 09:22:23 +0200 |
commit | 2229da3596c9f6e25b1d30a30df35bf21b2bc219 (patch) | |
tree | a80f4a20377d61d251df0e3e4287d6e04a8f3420 /loggedin.php | |
parent | b17c9ee6046735433e4ba037c9b60c5f592bd15e (diff) | |
download | fileup-2229da3596c9f6e25b1d30a30df35bf21b2bc219.tar.gz |
Move file to parent directories by dragging onto the path entries
Diffstat (limited to 'loggedin.php')
-rw-r--r-- | loggedin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loggedin.php b/loggedin.php index 8d54d65..b655819 100644 --- a/loggedin.php +++ b/loggedin.php @@ -6,7 +6,7 @@ <button id="upload_btn" onclick="new_folder()">New Folder</button> <div class="separator"></div> <div class="path" id="the_path"> - <button class="pathentry" onclick="pwd.length = 0; load_dir();"><?php echo $_SESSION['username'] ?>'s files</button> + <button class="pathentry" id="home_path_entry"><?php echo $_SESSION['username'] ?>'s files</button> </div> </h2> |