prepare for version 0.1.2
This commit is contained in:
parent
9f16a5cc85
commit
a6756158a3
@ -194,21 +194,21 @@
|
||||
<div class="formDiv">
|
||||
<p class="profTitle">Privacy:</p>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$(".js-example-basic-single").select2();
|
||||
/* $('select').on('select2:open', function (e) {*/
|
||||
/* console.log("hello");*/
|
||||
/* $('.select2-dropdown').hide();*/
|
||||
/* setTimeout(function(){ $('.select2-dropdown').slideDown("slow", "easeInOutQuint"); }, 200);*/
|
||||
/* });*/
|
||||
});
|
||||
</script>
|
||||
<!-- <script type="text/javascript"> -->
|
||||
<!-- $(document).ready(function() { -->
|
||||
<!-- $(".js-example-basic-single").select2(); -->
|
||||
<!-- $('select').on('select2:open', function (e) { -->
|
||||
<!-- console.log("hello"); -->
|
||||
<!-- $('.select2-dropdown').hide(); -->
|
||||
<!-- setTimeout(function(){ $('.select2-dropdown').slideDown("slow", "easeInOutQuint"); }, 200); -->
|
||||
<!-- }); -->
|
||||
<!-- }); -->
|
||||
<!-- </script>-->
|
||||
|
||||
<select class="js-example-basic-single">
|
||||
<option value="AL">Alabama</option>
|
||||
<option value="WY">Wyoming</option>
|
||||
</select>
|
||||
<!-- <select class="js-example-basic-single"> -->
|
||||
<!-- <option value="AL">Alabama</option> -->
|
||||
<!-- <option value="WY">Wyoming</option> -->
|
||||
<!-- </select> -->
|
||||
<input class="creInput radio op" type="text" name="privacy" readonly>
|
||||
<div class="profOptions creOp">
|
||||
<p class="profOptionText cre" style="background-color:{{divColor 'mainColor'}}">Public</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user