Fix vimeo with no vimeo-workaround
This commit is contained in:
parent
2d0fe02a19
commit
f92d4bc5d4
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ MediaRefresherModule.prototype.initGoogleDocs = function (data, cb) {
|
|||
|
||||
MediaRefresherModule.prototype.initVimeo = function (data, cb) {
|
||||
if (!Config.get("vimeo-workaround")) {
|
||||
if (cb) cb();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue