froala-audio
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -522,3 +522,4 @@ "use strict"; | ||
try { | ||
if (response) insertHtmlAudio(response.link, responseText); | ||
var resp = parseResponse(response); | ||
if (resp) insertHtmlAudio(resp.link, responseText); | ||
} catch (ex) { | ||
@@ -525,0 +526,0 @@ // Bad response. |
{ | ||
"name": "froala-audio", | ||
"description": "Plugin for inserting and modifying audio players with Froala WYSIWYG Editor.", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "./froala-audio.js", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/ecoach-lms/froala-audio", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34741
693