started adding more user flags, added user editing screen

This commit is contained in:
2013-02-26 22:23:24 -05:00
parent b2b75eacf2
commit 31d37d1a5f
6 changed files with 49 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ $(document).ready(function() {
//just everything works better when synchro
$.ajax({async:false});
jQuery.extend({
getValues: function(url) {
@@ -208,8 +209,11 @@ $(document).ready(function() {
$("#Leftpane").delegate("button.map-link", "click",function () {
var id = $(this).attr('value');
$('div#Rightpane').empty().load(id);
$("button").button();
$('div#Rightpane').empty().load(id , function(){
$("button").button();
$( ".buttonset" ).buttonset();
});
});
$(document).on('click', '.addthisExercise',(function() {

View File

@@ -52,6 +52,7 @@ li.floatleft {
display: block;
float: left;
overflow: hidden;
width: 80%;
}
#userphoto {