This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Test perf
master
Fab
4 years ago
parent
750c816542
commit
0e7924231b
1 changed files
with
7 additions
and
0 deletions
Unified View
Show Diff Stats
+7
-0
ShopBundle/Resources/public/js/backend/script/default/init-list.js
+ 7
- 0
ShopBundle/Resources/public/js/backend/script/default/init-list.js
View File
});
});
});
});
});
});
$('.action-duplicate').each(function () {
$(this).on('click', function (e) {
return confirm("Press a button!");
});
});
}
}
Write
Preview
Loading…
Cancel
Save