Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hyoo-ru/mam_mol into fix-run
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Nov 15, 2024
2 parents 48301eb + 5d34990 commit 1e3f94f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions book2/catalog/catalog.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ $mol_book2_catalog $mol_book2
<= Menu_filter $mol_search
query? <=> menu_filter? \
<= Menu_links $mol_list
Empty <= Menu_links_empty $mol_view
rows <= menu_links /
<= Menu_link*0 $mol_link
arg <= arg* *
Expand Down
2 changes: 1 addition & 1 deletion state/arg/arg.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace $ {

@ $mol_action
static go( next : { [ key : string ] : string | null } ) {
this.href( this.make_link( next ) )
this.href( this.link( next ) )
}

constructor( public prefix = '' ) {
Expand Down
2 changes: 1 addition & 1 deletion state/arg/arg.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ namespace $ {

@ $mol_action
static go( next : { [ key : string ] : string | null } ) {
$mol_dom_context.location.href = this.make_link( next )
$mol_dom_context.location.href = this.link( next )
}

static encode( str : string ) {
Expand Down

0 comments on commit 1e3f94f

Please sign in to comment.