Find a pad in the drive

This commit is contained in:
yflory
2017-03-02 10:15:13 +01:00
parent b238f4c3d3
commit 8bdc8415ab
6 changed files with 129 additions and 1 deletions

View File

@@ -423,6 +423,8 @@ define([
var ret = {};
if (!href) { return ret; }
if (!/^https*:\/\//.test(href)) {
var idx = href.indexOf('/#');
ret.type = href.slice(1, idx);