Dave, I must be missing something because when I look at the code that
generates the Roots page, and when I look at the source of the Roots
page in the browser, I see the href and data-toggle attributes on the
anchor that launches the modal.
Here's a screen shot of the HTML source:
http://scripting.com/images/2012/03/16/viewSource.gif
A screen shot of the code:
http://scripting.com/images/2012/03/16/code.gif
I know it must be staring me in the face, but I just don't see what's
missing! :-(
Dave
On Mar 16, 12:54 am, Dave Jones <
sec...@gmail.com> wrote:
> Modal dialog fix:
>
> The href and data-toggle properties for the anchor tag that launches the modal seem to be missing:
>
> href="#nodetypeDialog" data-toggle="modal"
>
> Adding those corrected it on mine.
>
> Twipsy fix:
>
> The .twipsy() function changed names. It's now called .tooltip() per the docs here:
http://twitter.github.com/bootstrap/upgrading.html(all the way at the bottom).
>
> Changing that in scripts.js fixed it.
>
> DJ
>
> On Mar 15, 2012, at 5:09 PM, Dave Winer wrote:> I've spent the last three days converting from Bootstrap 1 to Bootstrap 2.
>
> > Here's a report on progress, and a howto explaining how to get the new stuff before it is released.
>
> >
http://worknotes.scripting.com/march2012/31512ByDw/howToGetTheBootstr...