1
0
mirror of synced 2024-11-25 22:36:03 +03:00

catch up to master

This commit is contained in:
Igor Vaynberg 2012-07-15 22:28:46 +03:00
parent 3e5ecc45ce
commit 5fe5a3a790
2 changed files with 19 additions and 1 deletions

View File

@ -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