Commit 88db6961 by Dányi Bence

webui: translate button label

parent 478dc8ba
...@@ -301,7 +301,7 @@ var cloud = (function(cloud) { ...@@ -301,7 +301,7 @@ var cloud = (function(cloud) {
}) })
//$(e.target).parent().parent().parent().unbind('click'); //$(e.target).parent().parent().parent().unbind('click');
$(e.target).parent().parent().parent().find('.name').html('<input type="text" value="' + item.originalName + '" />\ $(e.target).parent().parent().parent().find('.name').html('<input type="text" value="' + item.originalName + '" />\
<input type="submit" value="Átnevezés" />'); <input type="submit" value="' + gettext('Rename') + '" />');
$(e.target).parent().parent().parent().find('.name input').click(function(f) { $(e.target).parent().parent().parent().find('.name input').click(function(f) {
f.stopPropagation(); f.stopPropagation();
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment