catch up to master
This commit is contained in:
parent
3e5ecc45ce
commit
5fe5a3a790
@ -1231,3 +1231,21 @@ $("#tags").select2({
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
<div style="position: absolute; left:0; top:0; background: white; border: 1px solid red;" id="focus-spy">hello there</div>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
var el=$("#focus-spy");
|
||||
$(window).bind("scroll", function(){ el.css({top:$(window).scrollTop()}); });
|
||||
var update=function() {
|
||||
var a=document.activeElement;
|
||||
var b=$(a);
|
||||
el.html("tag: "+a.tagName+" id:"+a.id+" class:"+b.attr("class")+" val:"+b.val());
|
||||
window.setTimeout(update, 100);
|
||||
};
|
||||
update();
|
||||
});
|
||||
</script>
|
||||
-->
|
@ -1 +1 @@
|
||||
Subproject commit 06ec20dec68feaf8f48108f5cd75378ecf4639b9
|
||||
Subproject commit 1605a631e5e35e920fecc57ff24c84056be705fc
|
Loading…
Reference in New Issue
Block a user