diff --git a/public/js/app.js b/public/js/app.js index 60778431..6a8c9b0a 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -1,8 +1,4 @@ $( document ).ready(function() { - $(".rest-resource").focus(function () { - $(this).val(""); - }); - var displayJsonResult = function ($context, data) { $context.html(JSON.stringify(data, null, 4)).slideDown(); } @@ -226,4 +222,4 @@ $( document ).ready(function() { displayJsonResult($result, error.responseJSON); }); }); -}); \ No newline at end of file +});