Reuse PHUIMarkupPreviewView in Phame for consistency, less custom code. Also, doesn't work (JS issue).
Details
Details
- Reviewers
epriestley - Commits
- Restricted Diffusion Commit
rPdf7f21b4e811: Use PHUIRemarkupPreviewView in Phame
New Post, Edit Post, Save Post
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- phame-preview
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 9014 Build 10591: Run Core Tests Build 10590: arc lint + arc unit
Event Timeline
webroot/rsrc/js/application/phame/phame-post-preview.js | ||
---|---|---|
62–66 | I want to dump the URI/Preview stuff, but I don't understand JS at all, nor JX. How can I simplify this? |
Comment Actions
Ah. Try just deleting:
var getdata = ... var request = ... var trigger = ... (3x) JX.DOM.listen(..., ..., trigger); request.start()