summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wp-content/mu-plugins/dashboardswitcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/mu-plugins/dashboardswitcher.php b/wp-content/mu-plugins/dashboardswitcher.php
index 36f1f4c..e73cc04 100644
--- a/wp-content/mu-plugins/dashboardswitcher.php
+++ b/wp-content/mu-plugins/dashboardswitcher.php
@@ -48,7 +48,7 @@ var switchTime;
var w = false;
var h = $( '#blog-title' )
.css({
- background: 'transparent url( ../wp-content/mu-plugins/bullet_arrow_down.gif ) no-repeat scroll 100% .2em;',
+ background: 'transparent url( ../wp-content/mu-plugins/bullet_arrow_down.gif ) no-repeat scroll 100% .2em',
padding: '0 25px 2px 5px',
cursor: 'pointer',
border: '1px solid #14568a'