Skip to content

Commit

Permalink
Prepped for release, v 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gipetto committed Aug 31, 2011
1 parent 6bfb2bb commit bd77136
Show file tree
Hide file tree
Showing 13 changed files with 2,364 additions and 10 deletions.
2 changes: 1 addition & 1 deletion OpenVBX/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
| Used for js versioning.
|
*/
$config['site_rev'] = 1010;
$config['site_rev'] = 1011;

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion assets/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MIN_STYLES := $(patsubst %.css,%.min.css,$(shell cat site-css.sources))

LITERAL_STYLES =
STYLES = $(LITERAL_STYLES) $(MIN_STYLES)
REVNUM = 1010
REVNUM = 1011
TARGET = site
TMPDIR := $(shell mktemp -d /tmp/openvbx.XXXXXXXXXXXXXXXXXXXXXX)

Expand Down
1,460 changes: 1,460 additions & 0 deletions assets/c/site-1011.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/j/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ EXTERN_SCRIPTS := $(shell cat site-externals.sources)
APP_SCRIPTS := $(patsubst %.js,%.min.js,$(shell cat site-app.sources))
LITERAL_SCRIPTS =
SCRIPTS = $(LITERAL_SCRIPTS) $(MIN_SCRIPTS)
REVNUM = 1010
REVNUM = 1011
COMPILE_DIR = compiled/$(REVNUM)
TARGET = site
TMPDIR := $(shell mktemp -d /tmp/openvbx.XXXXXXXXXXXXXXXXXXXXXX)
Expand Down
4 changes: 2 additions & 2 deletions assets/j/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ var Client = {
ready: function (device) {
this.message('Ready');
this.status.setCallStatus(false);
$('#client-ui-dial').show();
if (typeof this.onready == 'function') {
$('#client-ui-dial').show();
if ($.type(this.onready) == 'function') {
this.onready.call();
}
}
Expand Down
24 changes: 24 additions & 0 deletions assets/j/compiled/1011/accounts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bd77136

Please sign in to comment.