mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Interesting changes made remotely with BlueFish in a Container.
The beginning of changing the logic of using location in transactions, to using people.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
@@ -11,7 +11,7 @@ function logout()
|
|||||||
function resetTimer()
|
function resetTimer()
|
||||||
{
|
{
|
||||||
clearTimeout(t);
|
clearTimeout(t);
|
||||||
t=setTimeout(logout,1000*240) //Shop welcome after 240 seconds of inactivity
|
//t=setTimeout(logout,1000*240) //Shop welcome after 240 seconds of inactivity
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user