mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 14:11:02 -07:00
Reformat WebUI code
This commit is contained in:
parent
ba32525b45
commit
d0886f8db0
8 changed files with 175 additions and 172 deletions
|
@ -406,7 +406,7 @@ var CategoriesFilterContextMenu = new Class({
|
|||
var SearchPluginsTableContextMenu = new Class({
|
||||
Extends: ContextMenu,
|
||||
|
||||
updateMenuItems: function () {
|
||||
updateMenuItems: function() {
|
||||
var enabledColumnIndex = function(text) {
|
||||
var columns = $("searchPluginsTableFixedHeaderRow").getChildren("th");
|
||||
for (var i = 0; i < columns.length; ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue