fe 2.2 → 2.2.1
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 +4 -4
- data/app/assets/javascripts/fe/fe.public.nojquery.js.erb +6 -1
- data/lib/fe/version.rb +1 -1
- data/spec/dummy/db/fe_test.sqlite3 +0 -0
- data/spec/dummy/db/fe_test.sqlite3-shm +0 -0
- data/spec/dummy/db/fe_test.sqlite3-wal +0 -0
- data/spec/dummy/log/test.log +111828 -0
- data/spec/models/fe/answers_digest_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1fd1b9a26aba5472afbedefca2fd1940daf86a4427f383c9d0dfc54ab815607
|
|
4
|
+
data.tar.gz: 21d100097fa05f5741eca20d193754b7eb9cab62e591b9797babd66b5348a8be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ba9bb61230524d3b806b5d57c595760003fb31191fb8c43639b2292b102879f1ebe37743a7619cb50c73269d03b7e10c2054317227d23d52b3934c59d5015b5
|
|
7
|
+
data.tar.gz: ac6ec03652a3af1a0f4f01d7087c2822632179defce627c1581590593976be7d3eae40d1731b31d0635f0d09cf5cb25d5dba47e0d56239bcfa53ecec806aecff
|
|
@@ -72,7 +72,12 @@ fe.pageHandler = {
|
|
|
72
72
|
$('#' + page + '-li').addClass('active');
|
|
73
73
|
$('#' + page).show();
|
|
74
74
|
this.current_page = page;
|
|
75
|
-
|
|
75
|
+
if (fe.pageHandler._locked) {
|
|
76
|
+
// Re-apply lock to the newly shown page
|
|
77
|
+
fe.pageHandler.lockForm();
|
|
78
|
+
} else {
|
|
79
|
+
this.registerAutoSave(page);
|
|
80
|
+
}
|
|
76
81
|
fixGridColumnWidths();
|
|
77
82
|
$(document).trigger('feShowPage'); // allow other code to handle show page event by using $(document).on('feShowPage', function() { ... });
|
|
78
83
|
},
|
data/lib/fe/version.rb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|