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:
Jonathan Rosenbaum
2014-12-15 04:18:50 +00:00
parent d57716e1bd
commit 5636f65d33
5 changed files with 13 additions and 23 deletions
+5 -5
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-10
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@ function logout()
function resetTimer()
{
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>
+1 -1
View File
File diff suppressed because one or more lines are too long