-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
48 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.1-beta2 | ||
3.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.1-beta2 | ||
3.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/*! | ||
* ojsxc v3.0.1-beta2 - 2016-10-14 | ||
* ojsxc v3.0.1 - 2016-10-28 | ||
* | ||
* Copyright (c) 2016 Klaus Herberth <[email protected]> <br> | ||
* Released under the MIT license | ||
* | ||
* Please see http://www.jsxc.org/ | ||
* | ||
* @author Klaus Herberth <[email protected]> | ||
* @version 3.0.1-beta2 | ||
* @version 3.0.1 | ||
* @license MIT | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/*! | ||
* ojsxc v3.0.1-beta2 - 2016-10-14 | ||
* ojsxc v3.0.1 - 2016-10-28 | ||
* | ||
* Copyright (c) 2016 Klaus Herberth <[email protected]> <br> | ||
* Released under the MIT license | ||
* | ||
* Please see http://www.jsxc.org/ | ||
* | ||
* @author Klaus Herberth <[email protected]> | ||
* @version 3.0.1-beta2 | ||
* @version 3.0.1 | ||
* @license MIT | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/*! | ||
* ojsxc v3.0.1-beta2 - 2016-10-14 | ||
* ojsxc v3.0.1 - 2016-10-28 | ||
* | ||
* Copyright (c) 2016 Klaus Herberth <[email protected]> <br> | ||
* Released under the MIT license | ||
* | ||
* Please see http://www.jsxc.org/ | ||
* | ||
* @author Klaus Herberth <[email protected]> | ||
* @version 3.0.1-beta2 | ||
* @version 3.0.1 | ||
* @license MIT | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/*! | ||
* jsxc v3.0.1-beta2 - 2016-10-14 | ||
* jsxc v3.0.1 - 2016-10-28 | ||
* | ||
* Copyright (c) 2016 Klaus Herberth <[email protected]> <br> | ||
* Released under the MIT license | ||
* | ||
* Please see http://www.jsxc.org/ | ||
* | ||
* @author Klaus Herberth <[email protected]> | ||
* @version 3.0.1-beta2 | ||
* @version 3.0.1 | ||
* @license MIT | ||
*/ | ||
|
||
|
@@ -25,7 +25,7 @@ var jsxc = null, RTC = null, RTCPeerconnection = null; | |
*/ | ||
jsxc = { | ||
/** Version of jsxc */ | ||
version: '3.0.1-beta2', | ||
version: '3.0.1', | ||
|
||
/** True if i'm the master */ | ||
master: false, | ||
|
@@ -5927,6 +5927,11 @@ jsxc.muc = { | |
var dialog = jsxc.gui.dialog.open(jsxc.muc.helper.formToHTML(config)); | ||
var form = dialog.find('form'); | ||
|
||
// work around Strophe.x behaviour | ||
form.find('[type="checkbox"]').change(function(){ | ||
$(this).val(this.checked ? 1 : 0); | ||
}); | ||
|
||
var submit = $('<button>'); | ||
submit.addClass('btn btn-primary'); | ||
submit.attr('type', 'submit'); | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/*! | ||
* ojsxc v3.0.1-beta2 - 2016-10-14 | ||
* ojsxc v3.0.1 - 2016-10-28 | ||
* | ||
* Copyright (c) 2016 Klaus Herberth <[email protected]> <br> | ||
* Released under the MIT license | ||
* | ||
* Please see http://www.jsxc.org/ | ||
* | ||
* @author Klaus Herberth <[email protected]> | ||
* @version 3.0.1-beta2 | ||
* @version 3.0.1 | ||
* @license MIT | ||
*/ | ||
|
||
|
Submodule jsxc
updated
from ce7bca to a586e9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters