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