Merge pull request #37944 from AutomaticFrenzy/patch/irv-jquery

Remove second copy of jQuery used only by IRV polls
This commit is contained in:
Jordan Brown
2018-05-21 17:33:32 -04:00
committed by letterjay
parent 6489ef5511
commit ec14a7c7ef
5 changed files with 10 additions and 10 deletions

View File

@@ -73,7 +73,7 @@
if(!option)
return
option = sanitizeSQL(option)
var/default_percentage_calc
var/default_percentage_calc = 0
if(polltype != POLLTYPE_IRV)
switch(alert("Should this option be included by default when poll result percentages are generated?",,"Yes","No","Cancel"))
if("Yes")