rbbt-rest 1.2.11 → 1.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/share/views/public/js/_ajax_replace.js +1 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NTY5MDFhNzQ4YjNlOTE3ZWIzZWNkMjU4NzRjM2NiOTkwYzdkYWU1ZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZDBiMTUxZWE1MzdkN2IzMGE3ZThlMmYzOTU4ZjVmZjliMzRkNGRlMw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
M2ZjZDEyMDM3ZWYyZDQ4NWJkYWZhNWY5NDQ1ZTJjOTFjYzY3Y2QwNzA2OGNh
|
|
10
|
+
MzljMGZjMWY5YTlkMmMxNjk2NTE1ODFmNzUzODkyZGE5ODA0YTY1MjZmYjQ2
|
|
11
|
+
YWY3YmYxNDFlN2Q0MTdjODE5ODJkMmFkZWY5YTA4OTgwY2Q2ZDk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWE5MmNhNDczZDgwMTliNmE1YmNmN2RiZjNiNjZmMWI4NTQ3YzkzNDhmZTYy
|
|
14
|
+
NTc4NDUwNmRmZTQ5OTE4NWIxZGI2NDQ0NTgyNWE5OGU2YjZjZGE4ZjM3OTZh
|
|
15
|
+
NWJmNjQ4Y2RmYzRiZjMwNDdhOTZiNTQ1MDhhYzNhNDY3YjA4ZTY=
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
var reload_seconds_for_try = {0: 1, 1: "STOP"}
|
|
1
|
+
var reload_seconds_for_try = {0: 1, 1: 1, 2: 2, 3: 2, 4: 3, 5: 7, 6: 7, 7: 7, 8: 7, 9: 7, 10: 30, 11: 30, 12: 60, 13: 120, 14: 120, 15: 120, 16: "STOP"}
|
|
3
2
|
|
|
4
3
|
var ajax_processes = []
|
|
5
4
|
function update_ajax_counter(){
|