Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#157 2011-09-05 15:07:32
Re: [plugin] [ORPHAN] upm_quicktags: Implement Alex King’s Quicktags
Did anyone get this fixed for themselves by any chance? I am not sure my way to just omit the second if argument is such a good idea…
Changed
if (write_tab && document.article.from_view.value == 'text')
to
if (write_tab)
Last edited by stephan (2011-09-05 15:14:06)
Yoko for Textpattern – A free blog theme • Minimum Theme – If all you want to do is write.
Note: I am currently not actively using Textpattern, so I am not in the forums very often
Offline
#158 2011-09-05 19:09:50
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_quicktags: Implement Alex King’s Quicktags
Sorry I haven’t responded. Try this:
if (write_tab && document.article_form.from_view.value == 'text')
Offline