mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-05 21:52:10 +01:00
removed bootstrap from utility
This commit is contained in:
parent
48945ffeb6
commit
3b6fcefca6
@ -2,8 +2,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>CREDITS Utility</title>
|
<title>CREDITS Utility</title>
|
||||||
<!-- Bootstrap -->
|
|
||||||
<link href="https://dl.dropboxusercontent.com/u/11670/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
|
|
||||||
<style>
|
<style>
|
||||||
body { margin: 40px;}
|
body { margin: 40px;}
|
||||||
.hidden { display:none; }
|
.hidden { display:none; }
|
||||||
@ -18,7 +16,6 @@
|
|||||||
<button type="submit" class="btn">Generate</button>
|
<button type="submit" class="btn">Generate</button>
|
||||||
</form>
|
</form>
|
||||||
<script src="http://code.jquery.com/jquery-latest.js"></script>
|
<script src="http://code.jquery.com/jquery-latest.js"></script>
|
||||||
<script src="https://dl.dropboxusercontent.com/u/11670/bootstrap/js/bootstrap.min.js"></script>
|
|
||||||
<script>
|
<script>
|
||||||
function handleForm(str){
|
function handleForm(str){
|
||||||
console.log(str);
|
console.log(str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user