Loading src/debugfs-webgui/debugfs.js +2 −2 Original line number Original line Diff line number Diff line Loading @@ -174,8 +174,8 @@ function init(){ $(".flags_cb").change(); $(".flags_cb").change(); //when everything is parsed. do something. //when everything is parsed. do something. // unique IDs // apply config to debugfs // save config $("#b2").click(); } } }); }); } } Loading Loading
src/debugfs-webgui/debugfs.js +2 −2 Original line number Original line Diff line number Diff line Loading @@ -174,8 +174,8 @@ function init(){ $(".flags_cb").change(); $(".flags_cb").change(); //when everything is parsed. do something. //when everything is parsed. do something. // unique IDs // apply config to debugfs // save config $("#b2").click(); } } }); }); } } Loading