Jump to content

Recommended Posts

Posted

@nickbro

 

Hi Nick,

 

Think I may have stumbled on a little glitch. I can copy and paste from folder to folder but if I try to cut and paste it does nothing. Please see screenshot below showing the firebug results.

 

HAP+ Cut Issue.png

Posted

Thanks for the spot, fixed:

Edit ~/myfiles/default.aspx line 391

 

Replace with:

data: ('{ "OldPath" : "' + clipboard.items[index].Data.Path.replace(/\.\.\/download\//gi, "") + '", "NewPath": "' + (target + '\\' + clipboard.items[index].Data.Path.substr(clipboard.items[index].Data.Path.lastIndexOf('/'))) + '", "Overwrite": "' + overwrite + '" }').replace(/\\/gi, "/"),

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...