liquid_feedback_frontend

changeset 948:bb8b21241dab

Function elementDropped explicitly global
author jbe
date Thu Nov 08 15:32:57 2012 +0100 (2012-11-08)
parents 46275b784974
children e616d8f16f14
files static/js/voting.js
line diff
     1.1 --- a/static/js/voting.js	Thu Nov 08 15:31:43 2012 +0100
     1.2 +++ b/static/js/voting.js	Thu Nov 08 15:32:57 2012 +0100
     1.3 @@ -332,7 +332,7 @@
     1.4        voting_calculateScoring();
     1.5      });
     1.6    }
     1.7 -  function elementDropped(element, dropX, dropY) {
     1.8 +  window.elementDropped = function(element, dropX, dropY) {
     1.9      voting_move(element, null, dropX, dropY);
    1.10    }
    1.11    window.addEventListener("load", function(event) {

Impressum / About Us