This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Add resource to a users Resources in Gigya | |
$('body').on('click', '.add-resource', function(event){ | |
event.preventDefault(); | |
var link = $(this); | |
var postID = link.data('id'); | |
$.ajax({ | |
url: COC_Ajax.ajaxurl, | |
type: 'post', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.row { | |
max-width: 89.000rem; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.row::before, .row::after { | |
content: ' '; | |
display: table; | |
} |