diff --git a/fblikebutton.module b/fblikebutton.module
index ba367e0..4218741 100644
--- a/fblikebutton.module
+++ b/fblikebutton.module
@@ -17,7 +17,6 @@ function fblikebutton_menu() {
     'page callback' => 'system_admin_menu_block_page',
     'access arguments' => array('administer fblikebutton'),
     'position' => 'right',
-    'weight' => -20,
     'type' => MENU_NORMAL_ITEM,
     'file' => 'system.admin.inc',
     'file path' => drupal_get_path('module', 'system'),
@@ -232,4 +231,4 @@ function _fblikebutton_field($webpage_to_like, $conf) {
   $src = htmlentities($params);
   $output = '<iframe src="https://www.facebook.com/plugins/like.php?' . $src . '" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: ' . $width . 'px; height: ' . $height . 'px;' . $other_css . '" allowTransparency="true"></iframe>';
   return $output;
-}
\ No newline at end of file
+}
