mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-17 21:41:49 +03:00
c54271638b
Don't reload HTML on tab change. Load the entire structure once and keep the unused bits hidden. Keep also the JS code separately, one file per tab. NOTE: tabs content is not loaded. This will be fixed in the next commit.
8 lines
313 B
HTML
8 lines
313 B
HTML
<div class="toolbarTabs">
|
|
<ul id="propertiesTabs" class="tab-menu">
|
|
<li id="PropGeneralLink" class="selected"><a>_(General)</a></li>
|
|
<li id="PropTrackersLink"><a>_(Trackers)</a></li>
|
|
<li id="PropFilesLink"><a>_(Content)</a></li>
|
|
</ul>
|
|
<div class="clear"></div>
|
|
</div>
|