From 307b640e8ef868a41ffb398e54c3a50841153bf3 Mon Sep 17 00:00:00 2001 From: T-Midnight Date: Mon, 24 Dec 2018 11:07:02 +0400 Subject: [PATCH] Create js for grants --- src/main/resources/public/js/grants.js | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/main/resources/public/js/grants.js diff --git a/src/main/resources/public/js/grants.js b/src/main/resources/public/js/grants.js new file mode 100644 index 0000000..c33b4df --- /dev/null +++ b/src/main/resources/public/js/grants.js @@ -0,0 +1,42 @@ +/*\n' + + ' \n' + + ' '); + } + $('#dataConfirmModal').find('#myModalLabel').text($(this).attr('data-confirm')); + $('#dataConfirmOK').attr('href', href); + $('#dataConfirmModal').modal({show:true}); + return false; + }); +}); +/*]]>*/ \ No newline at end of file