HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

a href="undefined"

estest New
edited June 2012 in Feedback

When creating quote its anchor href property is set to "undefined". E.g.

<blockquote><a href="undefined">Nataly said</a>: some text some text some text some text </blockquote>
Tagged:

Comments

  • Options
    estest New
    edited June 2012

    Found a solution:

    in quoteselection.js change line 32:

    url:    meta.find(".Permalink a").attr("href"),
    

    to

    url:    meta.find("a.Permalink").attr("href"),
    
Sign In or Register to comment.