Skip to content

Commit

Permalink
Moving stuff around because I feel like it.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolando3 committed Mar 18, 2013
1 parent efbf87c commit 3f2211f
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
venv
*.pyc
.DS_Store
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion web/static/index.html → static/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>
<body>
<header id="header"><h1>Migra ancestry mapping</h1>
<form action="javascript:clearMap();"><input type="button" value="Reset" /></form>
<form id="reset_form"><input type="button" value="Reset" /></form>
</header>
<section id="map_section"><div id="map_canvas"></div></section>
<section id="experimental" style="display: none;">
Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions web/static/migra.js → static/js/migra.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,11 @@ function addEventListeners()
});
});

$('#reset_form').submit(function (e) {
clearMap();
});


}

function processForm(form, e, successfunction )
Expand Down
File renamed without changes.
File renamed without changes.
Binary file removed web/dynamic/gedcom.pyc
Binary file not shown.
Binary file removed web/dynamic/migra.pyc
Binary file not shown.
1 change: 0 additions & 1 deletion web/dynamic/static/jquery-1.9.1.min.js

This file was deleted.

1 change: 0 additions & 1 deletion web/dynamic/static/migra.css

This file was deleted.

1 change: 0 additions & 1 deletion web/dynamic/static/migra.js

This file was deleted.

1 change: 0 additions & 1 deletion web/dynamic/static/oms.min.js

This file was deleted.

1 change: 0 additions & 1 deletion web/dynamic/templates/index.html

This file was deleted.

0 comments on commit 3f2211f

Please sign in to comment.