summaryrefslogtreecommitdiffstats
path: root/wp-content
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-08-09 11:00:21 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-08-09 11:00:21 +0000
commit047b2b6920149a96057d18f538c73c55d1ca7522 (patch)
tree0d137c21146b54a5f4394bea36a65f15b4eb3fdd /wp-content
parentdca457d44e04f774cb5f069d42652daaee821ca0 (diff)
downloadwordpress-mu-047b2b6920149a96057d18f538c73c55d1ca7522.tar.gz
wordpress-mu-047b2b6920149a96057d18f538c73c55d1ca7522.tar.xz
wordpress-mu-047b2b6920149a96057d18f538c73c55d1ca7522.zip
Remove ; props dsader (http://mu.wordpress.org/forums/topic.php?id=5829&page&replies=8#post-34913)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1030 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-content')
-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'