Переглянути джерело

cookie message

tags/1.1.3
Robin Thoni 8 роки тому
джерело
коміт
6c34472354
2 змінених файлів з 11 додано та 1 видалено
  1. 9
    0
      app/index.html
  2. 2
    1
      bower.json

+ 9
- 0
app/index.html Переглянути файл

73
 
73
 
74
     <!-- endbuild -->
74
     <!-- endbuild -->
75
 
75
 
76
+    <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
77
+    <script type="text/javascript">
78
+        window.cookieconsent_options = {"message":"This website uses cookies and local storage to ensure you get the best experience on chronos","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-bottom"};
79
+    </script>
80
+
81
+    <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
82
+    <!-- End Cookie Consent plugin -->
83
+
84
+
76
 </head>
85
 </head>
77
 <body layout="column">
86
 <body layout="column">
78
 
87
 

+ 2
- 1
bower.json Переглянути файл

15
     "angular-local-storage": "0.2.3",
15
     "angular-local-storage": "0.2.3",
16
     "angular-material": "^1.0.6",
16
     "angular-material": "^1.0.6",
17
     "angular-material-datetimepicker": "^1.3.1",
17
     "angular-material-datetimepicker": "^1.3.1",
18
-    "moment": "^2.11.2"
18
+    "moment": "^2.11.2",
19
+    "angular-cookie-law": "^0.2.3"
19
   },
20
   },
20
   "resolutions": {
21
   "resolutions": {
21
     "angular-material": "^1.0.6"
22
     "angular-material": "^1.0.6"

Завантаження…
Відмінити
Зберегти