Skip to content

Commit

Permalink
todo commit, switching client
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Apr 12, 2016
1 parent 3d8bd61 commit fa2ad6c
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 223 deletions.
2 changes: 1 addition & 1 deletion css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions inc-setup/helping_hands.php
Expand Up @@ -91,7 +91,7 @@ function _mw_adminimize_debug( $data, $description = '' ) {
$output .= 'console.log(' . json_encode( $data ) . ');';
$output = sprintf( '<script>%s</script>', $output );

echo $output;
return $output;
}

/**
Expand All @@ -106,4 +106,4 @@ function _mw_adminimize_get_duplicate( $array ) {
return array_unique(
array_diff_assoc( $array, array_unique( $array ) )
);
}
}

0 comments on commit fa2ad6c

Please sign in to comment.