fixed link scanner
parent
706858c41f
commit
030e2ce2df
|
@ -683,7 +683,7 @@
|
||||||
app = new AppRouter();
|
app = new AppRouter();
|
||||||
|
|
||||||
// grab all hashed URLs and send them through the app router instead
|
// grab all hashed URLs and send them through the app router instead
|
||||||
$('a[href*="#"').on('click', function(event) {
|
$('a[href*="#"]').on('click', function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
app.navigate(this.hash.slice(1), {trigger: true});
|
app.navigate(this.hash.slice(1), {trigger: true});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue