Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
add user name to macro save
Browse files Browse the repository at this point in the history
  • Loading branch information
hees committed Apr 3, 2014
1 parent ebe73ff commit 14bfc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hydra-main/web/spawn2/js/modules/macro.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function(
var self=this;
var data = this.toJSON();
data.label=data.name;
data.owner=$.cookie("username").username;
return $.ajax({
url: "/macro/save",
type: "POST",
Expand Down

0 comments on commit 14bfc54

Please sign in to comment.