Skip to content

Commit 68529a4

Browse files
Automatically built.
commit 232ad5e Merge: 9ad61cd 5b2cd1d Author: Continuous Integration <dev@code.org> Date: Thu Jul 2 23:36:44 2015 +0000 Merge branch 'staging' of github.com:code-dot-org/code-dot-org into staging
1 parent 232ad5e commit 68529a4

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

dashboard/public/apps-package/js/applab.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ Applab.init = function(config) {
10461046
d.type.toUpperCase() === 'FILE' ||
10471047
d.type.toUpperCase() === 'EMAIL' ||
10481048
d.type.toUpperCase() === 'SEARCH' ||
1049+
d.type.toUpperCase() === 'NUMBER' ||
10491050
d.type.toUpperCase() === 'DATE' )) ||
10501051
d.tagName.toUpperCase() === 'TEXTAREA') {
10511052
doPrevent = d.readOnly || d.disabled;
@@ -1111,7 +1112,7 @@ Applab.onMouseMoveDebugResizeBar = function (event) {
11111112
if (debugAreaController.isShut()) {
11121113
debugAreaController.snapOpen();
11131114
}
1114-
1115+
11151116
codeTextbox.style.bottom = newDbgHeight + 'px';
11161117
debugArea.style.height = newDbgHeight + 'px';
11171118

0 commit comments

Comments
 (0)