Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
Conflicts:
	publish/adapter.debug.js
	publish/adapter.min.js
	publish/adapter.screenshare.js
	publish/adapter.screenshare.min.js
  • Loading branch information
johache committed Mar 18, 2016
2 parents 4c9ad28 + b5d2d30 commit 23e185b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions publish/adapter.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ AdapterJS.renderNotificationBar = function (text, buttonText, buttonLink, openNe

var w = window;
var i = document.createElement('iframe');
i.name = 'adapterjs-alert';
i.style.position = 'fixed';
i.style.top = '-41px';
i.style.left = 0;
Expand Down
4 changes: 2 additions & 2 deletions publish/adapter.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions publish/adapter.screenshare.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ AdapterJS.renderNotificationBar = function (text, buttonText, buttonLink, openNe

var w = window;
var i = document.createElement('iframe');
i.name = 'adapterjs-alert';
i.style.position = 'fixed';
i.style.top = '-41px';
i.style.left = 0;
Expand Down
4 changes: 2 additions & 2 deletions publish/adapter.screenshare.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions source/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ AdapterJS.renderNotificationBar = function (text, buttonText, buttonLink, openNe

var w = window;
var i = document.createElement('iframe');
i.name = 'adapterjs-alert';
i.style.position = 'fixed';
i.style.top = '-41px';
i.style.left = 0;
Expand Down

0 comments on commit 23e185b

Please sign in to comment.