Commit 4d0d15c6 authored by Nick Poulden's avatar Nick Poulden
Browse files

Comment link update

parent 14686f69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ Ext.define('Docs.controller.Comments', {
        }
        postButton.addCls('disabled');

        var url = "http://" + window.location.host + window.location.pathname + target[1],
        var url = target[1],
            title = target[1],
            urlPrefix = '#!/api/';

@@ -250,7 +250,7 @@ Ext.define('Docs.controller.Comments', {
                rating: feedbackRating,
                action: action,
                title: title,
                url: urlPrefix + url
                url: "http://" + window.location.host + window.location.pathname + urlPrefix + url
            },
            callback: function(options, success, response) {
                if (response && response.responseText) {