Unable to Add Campaign
-
Hello i am Unable to Add Campaign i got error while uploading banner
Uncaught TypeError: Cannot read property ‘length’ of undefined on below code
AdDesigner.prototype.display_url = function (url, dis) { var display_url = url, self = this; alert(display_url); if (url.length > 20) { display_url = url.substr(0, 20) + '...'; } dis.html(display_url); };
- The topic ‘Unable to Add Campaign’ is closed to new replies.