1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00

Добавлены префиксы ls в js

This commit is contained in:
Denis Shakhov 2015-08-03 23:04:19 +07:00
parent 9e8220b465
commit b34499347e
3 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@
},
// Классы
classes : {
active: 'button--primary'
active: 'ls-button--primary'
},
// Ajax параметры
params : {}

View file

@ -44,11 +44,11 @@
// Классы
classes : {
folded: 'comment--folded',
current: 'comment--current',
new: 'comment--new',
deleted: 'comment--deleted',
self: 'comment--self'
folded: 'ls-comment--folded',
current: 'ls-comment--current',
new: 'ls-comment--new',
deleted: 'ls-comment--deleted',
self: 'ls-comment--self'
},
params: {}
},

View file

@ -48,7 +48,7 @@
},
// Классы
classes: {
nophoto: 'photo--nophoto'
nophoto: 'ls-photo--nophoto'
},
// Параметры передаваемые в аякс запросах
params: {}