Merge pull request #8 from tadakda/master

Fix to broken map link in calendar
This commit is contained in:
Sriram Hariharan
2019-04-27 02:29:22 -05:00
committed by GitHub

View File

@@ -99,7 +99,7 @@ $(function () {
<span style='display:inline-block;'>${line[0]}:</span>
<span style='margin-left:10px;display:inline-block;text-align:center;'>${line[1]} to ${line[2]}</span>
<span style='float:right;display:inline-block;text-align:right;width: 25%;'>
<a target='_blank' style='color:#3c87a3;text-decoration:none;'href='https://maps.utexas.edu/buildings/UTM/${line[3]}'>${line[4]}</a>
<a target='_blank' style='color:#3c87a3;text-decoration:none;'href='${line[3]}'>${line[4]}</a>
</span>
</p>`;
}