mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-08-24 10:16:45 -05:00
Fixed new drawing window being displayed on post page on web
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
(community.permissions.open && community.type < 2) || (community.admins && community.admins.indexOf(pid) !==-1) ||
|
||||
(pnid.accessLevel >= community.permissions.minimum_new_comment_access_level)
|
||||
) && userSettings.account_status === 0) {%>
|
||||
<button id="header-post-button" class="header-button" href="#" data-module-hide="post" data-module-show="add-post-page" data-header="false" data-menu="false">+</button>
|
||||
<!--<button id="header-post-button" class="header-button" href="#" data-module-hide="post" data-module-show="add-post-page" data-header="false" data-menu="false">+</button>-->
|
||||
<%}%>
|
||||
<%}%>
|
||||
<%- include('partials/post_template', { post: post, mii_image_CDN: mii_image_CDN, lang: lang, reply: false, mainPost: true }); %>
|
||||
@@ -98,29 +98,7 @@
|
||||
<input type="submit" class="post-button fixed-bottom-button" value="Submit">
|
||||
</div>
|
||||
</form>
|
||||
<div id="painting-content">
|
||||
<div class="tools">
|
||||
<div>
|
||||
<button class="clear">Clear</button>
|
||||
<button class="undo">Undo</button>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="buttons pencil">
|
||||
<li>
|
||||
<input type="radio" value="0" class="pencil small" name="pencil">
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" value="1" class="pencil medium" name="pencil">
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" value="2" class="pencil large" name="pencil">
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<canvas width="320" height="120" id="painting">
|
||||
Your browser does not support the HTML canvas tag.</canvas>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user