Правка курсора закрытия картинки в блоге

parent e34514d8
...@@ -12,6 +12,9 @@ $('.article_short_txt').find('img').click(function() { ...@@ -12,6 +12,9 @@ $('.article_short_txt').find('img').click(function() {
items: { items: {
src: $(this).attr('src') src: $(this).attr('src')
}, },
image: {
cursor: 'pointer',
},
type: 'image' type: 'image'
}); });
});", yii\web\View::POS_END); });", yii\web\View::POS_END);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment