Skip to content
Snippets Groups Projects
Commit 4ea672bf authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Removing stray whitspaces.

parent 7c447cc8
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1372,7 +1372,7 @@ function drupal_add_js($data = NULL, $type = 'module', $scope = 'header', $defer
/**
* Helper function for drupal_add_js().
*/
*/
function _drupal_add_js($data, $type, $scope, $defer, $cache) {
static $javascript = array();
......
......@@ -25,7 +25,7 @@ function db_status_report($phase) {
);
// Extract version number
list($version) = explode('-', $info);
list($version) = explode('-', $info);
if (version_compare($version, DRUPAL_MINIMUM_MYSQL) < 0) {
$form['mysql']['severity'] = REQUIREMENT_ERROR;
$form['mysql']['description'] = $t('Your MySQL Server is too old. Drupal requires at least MySQL %version.', array('%version' => DRUPAL_MINIMUM_MYSQL));
......
......@@ -3,7 +3,7 @@
Drupal.textareaAttach = function() {
$('textarea.resizable:not(.processed)').each(function() {
var textarea = $(this).addClass('processed'), staticOffset = null;
$(this).wrap('<div class="resizable-textarea"></div>')
.parent().append($('<div class="grippie"></div>').mousedown(startDrag));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment