px-jquery-wait
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "px-jquery-wait", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "shows an aesthetic panel on the screen in asynchronous operations.", | ||
@@ -5,0 +5,0 @@ "main": "px-wait.js", |
@@ -111,3 +111,5 @@ /* | ||
$(".pxwait-window").append('<div class="pxwait-window-spinblock">' + getSpinnerpxwait(options.spinlevel, options.frcolor) + '</div>'); | ||
if (options.spinlevel != "none") { | ||
$(".pxwait-window").append('<div class="pxwait-window-spinblock">' + getSpinnerpxwait(options.spinlevel, options.frcolor) + '</div>'); | ||
} | ||
@@ -154,3 +156,3 @@ if (options.canceltimeout > 0) { | ||
' <div class="waitwindow1">' + | ||
' <img src="' + core.u.sitePath.replace('/app/', '') + '/images/loading3.gif" alt="uludugun.com"/>' + | ||
' <img src="' + core.u.sitePath.replace('/app/', '') + '/images/loading3.gif" />' + | ||
' <span>' + options.message + '</span>' + | ||
@@ -157,0 +159,0 @@ ' </div>' + |
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
92406
1800