This file contains hidden or 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
jQuery.ajax({ | |
data: { | |
data: '["475376"]', | |
func_name: 'app.apptester_approve', | |
mna: V.get('mna'), | |
mnb: V.get('mnb'), | |
ajax_call: 1, | |
encoding: 'windows-1251' | |
}, | |
url: '/cgi-bin/my/ajax', |
This file contains hidden or 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
module.exports = function(grunt) { | |
// Предположим, что имеем такую иерархию в проекте: | |
// /views | |
// -> /includes/ | |
// -> head.jade | |
// -> foot.jade | |
// -> /layouts/ | |
// -> post.jade | |
// -> archive.jade | |
// -> 404.jade |
This file contains hidden or 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
var public_key = '%SOME_KEY_VALUE%'; | |
mailru.loader.require('api', function() { | |
// Init JS API | |
mailru.app.init(public_key); | |
// Fix event listeners name | |
if (!mailru.events.listeners['common.upload']) { | |
mailru.events.listeners['common.upload'] = mailru.events.listeners['common.uploadPhoto'] | |
} | |
}); |
This file contains hidden or 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
<div class="lp"> | |
<a href="#" class="lp__store-link"></a> | |
<div class="lp__logo-wrap"> | |
<div class="lp__logo"></div> | |
</div> | |
<div class="lp__wrap"> | |
<div class="lp__text">Акция!<br>Дари цветы любимым бесплатно!</div> | |
<div class="lp__gifts"> | |
<div class="lp__gift"> | |
<img src="https://jira.mail.ru/secure/attachment/708701/Gift_1.png" alt="Gift 1"> |