diff OrthancServer/OrthancExplorer/libs/jquery.blockui.js @ 4959:29bcc3f47f2a

typos
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Mar 2022 12:19:59 +0100
parents d25f4c0fa160
children
line wrap: on
line diff
--- a/OrthancServer/OrthancExplorer/libs/jquery.blockui.js	Wed Mar 23 12:04:33 2022 +0100
+++ b/OrthancServer/OrthancExplorer/libs/jquery.blockui.js	Wed Mar 23 12:19:59 2022 +0100
@@ -145,7 +145,7 @@
 	// enable if you want key and mouse events to be disabled for content that is blocked
 	bindEvents: true,
 
-	// be default blockUI will supress tab navigation from leaving blocking content
+	// be default blockUI will suppress tab navigation from leaving blocking content
 	// (if bindEvents is true)
 	constrainTabKey: true,
 
@@ -221,7 +221,7 @@
 	var z = opts.baseZ;
 
 	// blockUI uses 3 layers for blocking, for simplicity they are all used on every platform;
-	// layer1 is the iframe layer which is used to supress bleed through of underlying content
+	// layer1 is the iframe layer which is used to suppress bleed through of underlying content
 	// layer2 is the overlay layer which has opacity and a wait cursor (by default)
 	// layer3 is the message content that is displayed while blocking