This commit is contained in:
2025-12-25 06:02:38 +08:00
parent 20d230f6c8
commit 7c1d6d447e
44 changed files with 11475 additions and 561 deletions
+6 -3
View File
@@ -6,10 +6,13 @@ define(['form'], function (Form) {
$(this).parent().addClass('active');
$('.tab-pane').hide('active');
$($(this).attr('href')).show('active');
return false;
})
//return false;
});
if(location.hash){
$('.nav-tabs li a[href='+location.hash+']').trigger('click');
}
var form = $('#settingsform');
Config['upload_url'] = 'attach/upload';
//Config['upload_url'] = 'files/upload';
Form.api.bindevent(form,function(res){
if (res.code) {
return lightyear.notify(res.msg, 'danger', 3000, 'mdi mdi-emoticon-happy', 'top', 'center');