1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-23 09:23:03 +02:00

Code cleanup.

This commit is contained in:
Cameron
2020-12-05 12:43:05 -08:00
parent 68e251d771
commit b16d7605b6
7 changed files with 142 additions and 207 deletions

View File

@ -1,4 +1,4 @@
<!--
/*
JS for logon.
*/
@ -407,4 +407,3 @@ function bit_rol(num, cnt)
{
return (num << cnt) | (num >>> (32 - cnt));
}
//-->