inital
This commit is contained in:
9
OCPP.Core.Management/wwwroot/js/site.js
Normal file
9
OCPP.Core.Management/wwwroot/js/site.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
||||
// for details on configuring this project to bundle and minify static web assets.
|
||||
|
||||
// Write your JavaScript code.
|
||||
$(document).ready(function ($) {
|
||||
$(".table-row").click(function () {
|
||||
window.document.location = $(this).data("href");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user