mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00
Remove debug statement
This commit is contained in:
parent
f7701b429b
commit
c0951bc3c0
@ -50,9 +50,11 @@ var split_url = function(url) {
|
||||
|
||||
var virtual_click = function(evnt) {
|
||||
// Handle GET parameters and anchors
|
||||
console.log("Virtual click", evnt);
|
||||
// console.log("Virtual click", evnt);
|
||||
|
||||
var el = evnt.currentTarget;
|
||||
var name = el.tagName.toLowerCase();
|
||||
|
||||
if (name == 'a') {
|
||||
var [path, get_parameters, anchor] = split_url(el.getAttribute('href'));
|
||||
} else if (name == 'form') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user