change name of module

This commit is contained in:
redmatrix
2015-08-22 19:31:39 -07:00
parent feabaedd83
commit 2a59392ba8
6 changed files with 13 additions and 11 deletions

View File

@@ -135,7 +135,7 @@ function insertCommentURL(comment, id) {
if(reply && reply.length) {
reply = bin2hex(reply);
$('body').css('cursor', 'wait');
$.get('parse_url?binurl=' + reply, function(data) {
$.get('urlinfo?f=&binurl=' + reply, function(data) {
var tmpStr = $("#comment-edit-text-" + id).val();
if(tmpStr == comment) {
tmpStr = "";