◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

“Widget:AVGplayer/js”的版本间的差异

来自少前百科GFwiki
跳转至: 导航搜索
(更新)
(校对纠错)
第152行: 第152行:
 
             $(this).attr("state", "off");
 
             $(this).attr("state", "off");
 
             $(this).css({"background-color":"transparent","color":"#eaeaea"});
 
             $(this).css({"background-color":"transparent","color":"#eaeaea"});
             $("#avgbgm")[0].muted = false;
+
             $("#avgbgm")[0].muted = true;
 
         } else if($(this).attr("state") == "off"){
 
         } else if($(this).attr("state") == "off"){
 
             $(this).attr("state", "on");
 
             $(this).attr("state", "on");
 
             $(this).css({"background-color":"#f4c430","color":"black"});
 
             $(this).css({"background-color":"#f4c430","color":"black"});
             $("#avgbgm")[0].muted = true;
+
             $("#avgbgm")[0].muted = false;
 
         }
 
         }
 
     });
 
     });

2021年4月24日 (六) 12:01的版本