mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 23:37:32 +00:00
Make padding unselectable
This commit is contained in:
parent
245f3a1653
commit
b57ca651a5
@ -552,7 +552,7 @@ class Page {
|
||||
<script type="text/javascript">function captureForm(b){var o=$(".litebans-check-output");o.removeClass("show");var x=setTimeout(function(){o.html("<br>")}, 150);$.ajax({type:"GET",url:"' . $link . '?name="+$("#user").val()+"&table=' . $table . '"}).done(function(c){clearTimeout(x);o.html(c);o.addClass("show")});b.preventDefault();return false};</script>
|
||||
</div>
|
||||
<div class="litebans-check litebans-check-output fade" class="success fade" data-alert="alert"></div>
|
||||
<br>
|
||||
<p class="noselect"></p>
|
||||
';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user