Browse Source

fix - скрипт выполнится только после события window.onload

master
Repellent 5 years ago
parent
commit
df51f688dc
  1. 4
      rating/js/rating.js

4
rating/js/rating.js

@ -1,4 +1,4 @@
$(function() {
window.onload = function() {
// Рейтинг
$('.rating_mark').click(function(e) {
e.preventDefault();
@ -40,4 +40,4 @@ $(function() {
}
);
});
};
Loading…
Cancel
Save