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
Merge branch 'develop' of
https://gitea.laclic.fr/Laclic/LcShopBundle
into develop
feature/export_comptable
Guillaume
4 years ago
parent
8896e3f5e4
0e7924231b
commit
1949e20f98
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