Closed fscaptain closed 10 years ago
Works fine on Google Chrome, but not in Firefox 27.0.0.1 (testes on Ubuntu 13.10)
Same problem with FF, apparently in IE also.
It's because it's using a button with an a href inside. It should be just an a with btn class
<button type="button" class="dropdown-toggle btn btn-default 1">
<a href="/downloads/<id>" title="Download Video">
<i class="icon-download-alt"></i> Download Lesson
</a>
</button>
<a class="btn btn-default" href="/downloads/<id>" title="Download Video">
<i class="icon-download-alt"></i> Download Lesson
</a>
Fixed! Thx.
When clicking the download-button only a grey color comes but noch download.
Thanks