diff --git a/core/misc/machine-name.js b/core/misc/machine-name.js index 6d1827f..688ed0f 100644 --- a/core/misc/machine-name.js +++ b/core/misc/machine-name.js @@ -66,8 +66,8 @@ xhr = null; } - // Wait 300 milliseconds for Ajax request since the last event to update the machine name - // i.e., after the user has stopped typing. + // Wait 300 milliseconds for Ajax request since the last event to update + // the machine name i.e., after the user has stopped typing. if (timeout) { clearTimeout(timeout); timeout = null;