File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 30913091
30923092 // 插入占位符
30933093 var pluginNS = plugin . nextSibling ;
3094- var pluginP = plugin . parentNode ;
3094+ pluginP = plugin . parentNode ;
30953095 if ( pluginNS ) {
30963096 pluginP . insertBefore ( placeholder , pluginNS ) ;
30973097 } else {
38843884 } ;
38853885 } ;
38863886 } ;
3887+ } ;
38873888
3888- // 如果flash太小,一般不是引用视频,不出现工具栏
3889- var cCRect = getContentClientRect ( target ) ;
3890- if ( ! ( cCRect . width >= prefs . floatBar . minSizeLimit . width && cCRect . height >= prefs . floatBar . minSizeLimit . height ) ) {
3891- // console.log(cCRect);
3892- return ;
3893- } ;
3889+ // 如果flash太小,一般不是引用视频,不出现工具栏
3890+ var cCRect = getContentClientRect ( target ) ;
3891+ if ( ! ( cCRect . width >= prefs . floatBar . minSizeLimit . width && cCRect . height >= prefs . floatBar . minSizeLimit . height ) ) {
3892+ // console.log(cCRect);
3893+ return ;
38943894 } ;
38953895
38963896
You can’t perform that action at this time.
0 commit comments