mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Move drawing of ports into main.js
This reduces the number of .js which are pulled by the browser when loading a http page, which should reduce the loading time. Also prepare for device-dependent logical to physical port mappings.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<script src="/ports.js"></script>
|
||||
<script src="/main.js"></script>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>EEE Configuration</title>
|
||||
|
||||
Reference in New Issue
Block a user