rails_admin_ui_layout_taris 1.2.23 → 1.2.24
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e55c636c3e59b692e0222e4605385d9505ad5b91
|
4
|
+
data.tar.gz: 94d1027f9207a3e6309ba5de07cce914de96fd66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8170aa5bfe8b0c3c53de6ece348e0a20e350f5a531b742f8a432587a70de89eb50cf84e0d1a5e37b056df0bc5670592bc37d473fd5a2fe5c7e34425a4a1497f7
|
7
|
+
data.tar.gz: f2f210a5691b4bb5d95d805ee49ff9eeb3410cc79ce46ede613f659cf56ab795dc5ef7a7a0d686689b525776b37e4e8c9bb40e8100ef74cbf90d45e5fcfac473
|
@@ -2,7 +2,7 @@
|
|
2
2
|
url = (ENV['RAILS_URL'].blank? || ENV['RAILS_RELATIVE_URL_ROOT'].blank?) ? "http://localhost:3000/" : "#{ENV['RAILS_URL']}#{ENV['RAILS_RELATIVE_URL_ROOT']}/"
|
3
3
|
js_data = {
|
4
4
|
jspath: field.location ? field.location : url + field.base_location + "ckeditor.js",
|
5
|
-
base_location:
|
5
|
+
base_location: url,
|
6
6
|
options: {
|
7
7
|
customConfig: field.config_js ? field.config_js : field.base_location + "config.js"
|
8
8
|
}
|