tabs to spaces
This commit is contained in:
parent
b1c5129e5a
commit
2a347a35c9
1 changed files with 5 additions and 5 deletions
|
|
@ -138,11 +138,11 @@ function HashHandler(config, platform) {
|
|||
else
|
||||
key = parts[i] || "-"; //when empty, the splitSafe removed a '-'
|
||||
}
|
||||
|
||||
if (parts[0] == "text" && parts.length == 2) {
|
||||
hashId = -1;
|
||||
key = parts[1];
|
||||
}
|
||||
|
||||
if (parts[0] == "text" && parts.length == 2) {
|
||||
hashId = -1;
|
||||
key = parts[1];
|
||||
}
|
||||
|
||||
return {
|
||||
key: key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue