Skip to content

Commit fb983ba

Browse files
authored
Merge pull request #35 from JF-Lalonde/master
Update typo in mass update confirm box HTML
2 parents 0110abd + 7908acf commit fb983ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/assets/javascripts/lib/dialog_mass_fields_update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ActiveAdmin.dialogMassFieldsUpdate = function(message, inputs, callback){
2-
let html = `<form id="dialog_confirm" title="${message}"><div stype="padding-right:4px;padding-left:1px;margin-right:2px"><ul>`;
2+
let html = `<form id="dialog_confirm" title="${message}"><div style="padding-right:4px;padding-left:1px;margin-right:2px"><ul>`;
33
for (let name in inputs) {
44
var elem, opts, wrapper;
55
let type = inputs[name];

0 commit comments

Comments
 (0)