mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-12 07:32:37 +01:00
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:
parent
40321668d1
commit
59b367a711
11 changed files with 497 additions and 162 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue