diff options
Diffstat (limited to 'admin/template/goto')
-rw-r--r-- | admin/template/goto/plugins_new.tpl | 2 | ||||
-rw-r--r-- | admin/template/goto/plugins_update.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/plugins_new.tpl b/admin/template/goto/plugins_new.tpl index 33515f30c..b1827190c 100644 --- a/admin/template/goto/plugins_new.tpl +++ b/admin/template/goto/plugins_new.tpl @@ -5,7 +5,7 @@ <script type="text/javascript"> jQuery().ready(function(){ldelim} jQuery('.cluetip').cluetip({ldelim} - width: 450, + width: 300, splitTitle: '|' }); }); diff --git a/admin/template/goto/plugins_update.tpl b/admin/template/goto/plugins_update.tpl index 4d9742651..fbfe04afb 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.tpl @@ -5,7 +5,7 @@ <script type="text/javascript"> jQuery().ready(function(){ldelim} jQuery('.cluetip').cluetip({ldelim} - width: 450, + width: 300, splitTitle: '|' }); }); |