##// END OF EJS Templates
Merge pull request #4253 from Carreau/fix-4039...
Merge pull request #4253 from Carreau/fix-4039 fixes #4039. Issues is that $(selector).val() return the associated text if no data is present (hence one cannot associate explicitely an option to "undefined") fix in doc and example.

File last commit:

r12234:a5feb16d
r12804:28ebc5fc merge
Show More
style.less
4 lines | 113 B | text/x-less | LessCssLexer
Brian E. Granger
Adding style.less to each subdir - but still use global style.less
r10718 @import "../base/less/variables.less";
@import "../base/less/mixins.less";
@import "../base/less/flexbox.less";
Matthias BUSSONNIER
do not include specific css in embedable one
r12234