Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YAS-jssdk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
2017-01-16 14:38:01 +0800
Commit
fcf6344439b51ee1dcdadda6846e1d4c925af902
1 parent
c74aee77
增加判断参数
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/util.js
src/ya.js
src/util.js
View file @
fcf6344
...
...
@@ -218,6 +218,9 @@ exports.getMktcBySeo = function() {
return
mktc
;
}
/**
* 动态添加下载条
*/
exports
.
setFontSize
=
function
()
{
var
e
=
document
.
documentElement
;
if
(
!
e
.
style
.
fontSize
)
{
...
...
src/ya.js
View file @
fcf6344
...
...
@@ -374,7 +374,7 @@ function setDownloadBar() {
return
new
RegExp
(
url
,
'i'
).
test
(
location
.
href
);
});
if
(
nodownload
||
downBar
||
blackCheck
)
{
if
(
nodownload
||
window
.
qs
.
nodownload
||
downBar
||
blackCheck
)
{
return
;
}
...
...
Please
register
or
login
to post a comment