mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
set browser url when selecting category
This commit is contained in:
parent
dc210cf59c
commit
a4ccfe1a7d
|
@ -44,6 +44,7 @@ class SeedDMS_View_Categories extends SeedDMS_Bootstrap_Style {
|
|||
$(document).ready( function() {
|
||||
$( "#selector" ).change(function() {
|
||||
$('div.ajax').trigger('update', {categoryid: $(this).val()});
|
||||
window.history.pushState({"html":"","pageTitle":""},"", '../out/out.Categories.php?categoryid=' + $(this).val());
|
||||
});
|
||||
});
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue
Block a user