Todo editing and deletion working beautifully.

Removing UJS caused the home page to stop rendering due to references to
apply_behavior. I had to take care of that before I could proceed at all.

Some Autocomplete stuff has been yanked out and needs to go back in at some point.

Had to replace Protoload with jQuery.blockUI. It's a bit bigger, but oh well.
This commit is contained in:
Eric Allen 2009-09-07 16:58:26 -04:00
parent 40321668d1
commit 59b367a711
11 changed files with 497 additions and 162 deletions

View file

@ -1178,7 +1178,7 @@ button.positive, .widgets a.positive{
border:1px solid #d12f19;
color:#fff;
}
.tracks__waiting {
.blockUI.blockOverlay {
background-image:url('/images/waiting.gif');
background-repeat:no-repeat;
background-position:center center;