mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
level editor functional
This commit is contained in:
5
TCEX.php
5
TCEX.php
@@ -47,7 +47,10 @@ header("Content-Type: text/html");
|
||||
<html>
|
||||
<head>
|
||||
<title>Drop Chances Table</title>
|
||||
<script src="https://code.jquery.com/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="/res/bootstrap.min.css">
|
||||
<script src="/res/jquery-3.5.1.min.js"></script>
|
||||
<script src="/res/popper.min.js"></script>
|
||||
<script src="/res/bootstrap.min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$('input.no-drop, input.prob').on('input', function () {
|
||||
|
Reference in New Issue
Block a user