mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 14:43:00 +00:00
started adding more user flags, added user editing screen
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -52,6 +52,7 @@ li.floatleft {
|
||||
display: block;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#userphoto {
|
||||
|
||||
Reference in New Issue
Block a user