mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-08 04:25:27 +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) {
|
var virtual_click = function(evnt) {
|
||||||
// Handle GET parameters and anchors
|
// Handle GET parameters and anchors
|
||||||
console.log("Virtual click", evnt);
|
// console.log("Virtual click", evnt);
|
||||||
|
|
||||||
var el = evnt.currentTarget;
|
var el = evnt.currentTarget;
|
||||||
var name = el.tagName.toLowerCase();
|
var name = el.tagName.toLowerCase();
|
||||||
|
|
||||||
if (name == 'a') {
|
if (name == 'a') {
|
||||||
var [path, get_parameters, anchor] = split_url(el.getAttribute('href'));
|
var [path, get_parameters, anchor] = split_url(el.getAttribute('href'));
|
||||||
} else if (name == 'form') {
|
} else if (name == 'form') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user