mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-09-11 19:05:36 -05:00
Fixed typo that broke making communities
This commit is contained in:
committed by
jay.poff@outlook.com
parent
3d280450f7
commit
54bc7a15ec
@@ -40,8 +40,8 @@
|
||||
</div>
|
||||
|
||||
<div class="right" style="background-color:#ddd;">
|
||||
<h2>Communities[i]</h2>
|
||||
<button onclick="location.assign('/communities[i]/new')">New</button>
|
||||
<h2>Communities</h2>
|
||||
<button onclick="location.assign('/communities/new')">New</button>
|
||||
<input type="text" id="mySearch" onkeyup="myFunction()" placeholder="Search..">
|
||||
<table id="adddrop"><tbody id="search-list">
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user