upadted core to 7.69

This commit is contained in:
2020-03-27 14:22:44 +01:00
parent 094d6ec86f
commit ab5d43a397
155 changed files with 819 additions and 606 deletions

View File

@@ -0,0 +1,6 @@
/**
* Hide the toolbar when printing.
*/
#toolbar {
display: none;
}

View File

@@ -4,7 +4,7 @@ core = 7.x
package = Core
version = VERSION
; Information added by Drupal.org packaging script on 2019-05-08
version = "7.67"
; Information added by Drupal.org packaging script on 2019-12-18
version = "7.69"
project = "drupal"
datestamp = "1557336079"
datestamp = "1576696221"

View File

@@ -197,6 +197,9 @@ function toolbar_view() {
),
'css' => array(
$module_path . '/toolbar.css',
$module_path . '/toolbar-print.css' => array(
'media' => 'print',
),
),
'library' => array(array('system', 'jquery.cookie')),
),