nikku/jquery-bootstrap-scripting

error when option 'content' has selector

Closed this issue · 1 comments

I want to load page from server and I use 'content':'url #selector", but an error occurs. I see the code the var rscript is not defined. is that should be ''' responseText.replace(/<script(.|\s)*?/script>/g, "")
// to avoid any Permission Denied errors in IE

.append( responseText.replace( rscript, "" ) )

If your proposal is already the solution, could you file a pull request?
Thanks!