aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_form.js.erb
Commit message (Collapse)AuthorAgeFilesLines
* Add button to copy the blog post's body to the teaser editor to get started ↵Kyle Wilkinson2011-06-211-0/+16
| | | | on creating a custom teaser.
* Call tabs() method on admin tabs section only after the document is ready. ↵Kyle Wilkinson2011-06-211-1/+3
| | | | This fixes the problem where the teaser editor was showing with a width of 0. Set the active tab to the initial tab on the blog post editor.
* this functionality exists in refinery, so the double bind makes it scroll ↵Joe Sak2011-06-131-11/+0
| | | | right back up
* Wrapped javascript inside a jQuery wrapper.Philip Arndt2011-05-311-9/+11
|
* Add page-like tab functionalityMichael Gall2011-05-311-0/+1
|
* Consistent whitespace.Philip Arndt2010-11-231-1/+1
|
* Merged in Joe's and Steven's forks and updated for compatibility with < ↵Philip Arndt2010-11-221-0/+13
0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec.