portune 0.1.6__tar.gz → 0.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of portune might be problematic. Click here for more details.
- {portune-0.1.6/portune.egg-info → portune-0.1.7}/PKG-INFO +1 -1
- {portune-0.1.6 → portune-0.1.7}/portune/portune.py +1 -1
- {portune-0.1.6 → portune-0.1.7}/portune/version.py +2 -2
- {portune-0.1.6 → portune-0.1.7/portune.egg-info}/PKG-INFO +1 -1
- {portune-0.1.6 → portune-0.1.7}/.github/workflows/python-publish.yml +0 -0
- {portune-0.1.6 → portune-0.1.7}/.gitignore +0 -0
- {portune-0.1.6 → portune-0.1.7}/LICENSE +0 -0
- {portune-0.1.6 → portune-0.1.7}/README.md +0 -0
- {portune-0.1.6 → portune-0.1.7}/portune/__init__.py +0 -0
- {portune-0.1.6 → portune-0.1.7}/portune.egg-info/SOURCES.txt +0 -0
- {portune-0.1.6 → portune-0.1.7}/portune.egg-info/dependency_links.txt +0 -0
- {portune-0.1.6 → portune-0.1.7}/portune.egg-info/entry_points.txt +0 -0
- {portune-0.1.6 → portune-0.1.7}/portune.egg-info/top_level.txt +0 -0
- {portune-0.1.6 → portune-0.1.7}/pyproject.toml +0 -0
- {portune-0.1.6 → portune-0.1.7}/setup.cfg +0 -0
|
@@ -288,7 +288,7 @@ function initTableFilters(table) {
|
|
|
288
288
|
}
|
|
289
289
|
});
|
|
290
290
|
// Initialize row count
|
|
291
|
-
updateRowCount(table, table.querySelectorAll('tbody tr').length);
|
|
291
|
+
updateRowCount(table, table.querySelectorAll('tbody tr:not(.hidden)').length);
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
function updateRowCount(table, count) {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|