added jquery ui datepicker

v1.18.x
barisusakli 11 years ago
parent e0a83728d6
commit 3ecd523799

@ -16,6 +16,12 @@ define(['forum/accountheader', 'uploader'], function(header, uploader) {
$('#submitBtn').on('click', updateProfile);
$('#inputBirthday').datepicker({
changeMonth: true,
changeYear: true,
yearRange: '1900:+0'
});
handleImageChange();
handleImageUpload();
handlePasswordChange();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 280 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -351,6 +351,8 @@ var fs = require('fs'),
source += '\n@import (inline) ".' + path.sep + plugins.cssFiles[x] + '";';
}
source += '\n@import (inline) "..' + path.sep + '..' + path.sep + 'public/vendor/jquery/css/smoothness/jquery-ui-1.10.4.custom.min.css";';
var parser = new (less.Parser)({
paths: paths
});

Loading…
Cancel
Save