mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Code cleanup.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!--
|
||||
|
||||
/*
|
||||
JS for logon.
|
||||
*/
|
||||
@@ -407,4 +407,3 @@ function bit_rol(num, cnt)
|
||||
{
|
||||
return (num << cnt) | (num >>> (32 - cnt));
|
||||
}
|
||||
//-->
|
Reference in New Issue
Block a user