ソースを参照

reorg templates

andre 4 年 前
コミット
33a47c9e4b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      templates/clientarea.tpl

+ 1 - 1
templates/clientarea.tpl

@@ -8,7 +8,7 @@
 
 <script>
   jQuery(document).ready(function(){
-    $("#Primary_Sidebar-Service_Details_Actions-Upgrade_Downgrade_Options").attr("href", "blubb");
+    $("a[href='/upgrade.php?type=configoptions&id=90']").attr('href', 'blubb');
   });
 </script>