Commit 2697bbb20fca2ce3279efcec2b6ea87275efcd36

Authored by Karpikau Andrei
1 parent 4d9e33fe

check frontend edit

@@ -249,7 +249,7 @@ var csrf_token = $('meta[name=csrf-token]').attr('content'), @@ -249,7 +249,7 @@ var csrf_token = $('meta[name=csrf-token]').attr('content'),
249 }); 249 });
250 250
251 initCell = function($cell){ 251 initCell = function($cell){
252 - var $content = $('<div class="operation"><a class="edit" href="javascript:void(0);"><i class="glyphicon glyphicon-pencil"></i></a></div>'); 252 + var $content = $('<div class="operation"><a class="edit" href="javascript:void(0);"><i class="fa fa-edit"></i></a></div>');
253 253
254 $cell.append($content); 254 $cell.append($content);
255 255
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.157" 2 + VERSION = "0.0.158"
3 end 3 end