Please linter

paste-quickfix
Peter Elmers 9 years ago
parent 0b98f4c8f6
commit 05f5629ba7
  1. 2
      js/plugins.js

@ -464,7 +464,7 @@ plugins.factory('userPlugins', function() {
element = angular.element('<iframe></iframe>')
.attr('src', embedurl)
.attr('width', '100%')
.attr('height', '480')
.attr('height', '480');
return element.prop('outerHTML');
}
});

Loading…
Cancel
Save