forked from External/greenlight
Changed document.ready to turbolinks:load (#362)
This commit is contained in:
parent
9883616f9c
commit
5a7c3133da
|
@ -14,7 +14,7 @@
|
|||
// You should have received a copy of the GNU Lesser General Public License along
|
||||
// with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
$(document).ready(function() {
|
||||
$(document).on('turbolinks:load', function(){
|
||||
$("#cookies-agree-button").click(function() {
|
||||
//create a cookie that lasts 1 year
|
||||
var cookieDate = new Date();
|
||||
|
|
Loading…
Reference in New Issue