mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Updated french translation
- Updated copyright
This commit is contained in:
parent
103f2d0720
commit
c01fd75c92
6 changed files with 47 additions and 47 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* MIT License
|
||||
* Copyright (c) 2008 Ishan Arora <ishan@qbittorrent.org>
|
||||
* Copyright (c) 2008 Ishan Arora <ishan@qbittorrent.org> & Christophe Dumez <chris@qbittorrent.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -24,8 +24,8 @@
|
|||
/**************************************************************
|
||||
|
||||
Script : Dynamic Table
|
||||
Version : 0.4
|
||||
Authors : Ishan Arora
|
||||
Version : 0.5
|
||||
Authors : Ishan Arora & Christophe Dumez
|
||||
Desc : Programable sortable table
|
||||
Licence : Open Source MIT Licence
|
||||
|
||||
|
@ -37,8 +37,7 @@ var dynamicTable = new Class ({
|
|||
this.setOptions({
|
||||
overCls: false,
|
||||
selectCls: false,
|
||||
altCls: false,
|
||||
type: 'DL'
|
||||
altCls: false
|
||||
}, options);
|
||||
this.table = $(table);
|
||||
this.rows = new Object();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue