jquery-notify icon indicating copy to clipboard operation
jquery-notify copied to clipboard

Does it work with asp.net

Open momer79 opened this issue 9 years ago • 0 comments

getting following error message when running in asp.net page

0x800a138f - JavaScript runtime error: Unable to get property 'replace' of undefined or null reference

Get error on this line;

html = template.replace(/#(?:{|%7B)(.*?)(?:}|%7D)/g, function($1, $2){

momer79 avatar May 30 '15 20:05 momer79