+ function UpdateTabTitleIcon(data) {\r
+ CommonUpdateTabTitleIcon(data.exist_password, '#id_tab_password a[href="#tab_', 'password');\r
+ }\r
+ $('#id_btn_reset').click(function() { \r
+ Modal.confirm({msg:GetResetTabConfigTipMsg(current_tab_index, 'password')}).on(function(e) {\r
+ if (e) { \r
+ callVtoySync({\r
+ method : 'password_del',\r
+ index: current_tab_index,\r
+ path: g_del_all_path\r
+ }, function(data) {\r
+ \r
+ });\r
+ \r
+ m_data_pwd[current_tab_index].list.length = 0;\r
+ VtoyFillCurrentPageItem(m_data_pwd[g_vtoy_data_default_index]);\r
+ VtoySaveCurrentPage();\r
+ }\r
+ });\r
+ });\r
+\r