diff --git a/cfs-autoform.html b/cfs-autoform.html
index 173d8f3..5becc23 100644
--- a/cfs-autoform.html
+++ b/cfs-autoform.html
@@ -1,9 +1,9 @@
-
+
-
+
\ No newline at end of file
diff --git a/cfs-autoform.js b/cfs-autoform.js
index b12226a..63c96b4 100644
--- a/cfs-autoform.js
+++ b/cfs-autoform.js
@@ -52,19 +52,19 @@ if (Meteor.isClient) {
return {'data-schema-key': this.atts["data-schema-key"]};
}
- Template.cfsFileField_bootstrap3.helpers({
+ Template.cfsFileField_semanticUI.helpers({
textInputAtts: textInputAtts,
fileInputAtts: fileInputAtts
});
- Template.cfsFilesField_bootstrap3.helpers({
+ Template.cfsFilesField_semanticUI.helpers({
textInputAtts: textInputAtts,
fileInputAtts: fileInputAtts
});
var hookTracking = {};
- Template.cfsFileField_bootstrap3.rendered =
- Template.cfsFilesField_bootstrap3.rendered = function () {
+ Template.cfsFileField_semanticUI.rendered =
+ Template.cfsFilesField_semanticUI.rendered = function () {
var formId;
// backwards compatibility with pre 5.0 autoform
@@ -93,7 +93,7 @@ if (Meteor.isClient) {
template.$('.cfsaf-hidden').data("cfsaf_files", fileList);
};
- Template.cfsFileField_bootstrap3.events({
+ Template.cfsFileField_semanticUI.events({
'click .cfsaf-field': function (event, template) {
template.$('.cfsaf-hidden').click();
},
@@ -122,7 +122,7 @@ if (Meteor.isClient) {
template.$('.cfsaf-field').val(fullNameList.join(", "));
};
- Template.cfsFilesField_bootstrap3.events({
+ Template.cfsFilesField_semanticUI.events({
'click .cfsaf-field': function (event, template) {
template.$('.cfsaf-hidden').click();
},
diff --git a/package.js b/package.js
index b300067..bc5dcbb 100644
--- a/package.js
+++ b/package.js
@@ -1,5 +1,5 @@
Package.describe({
- name: "cfs:autoform",
+ name: "macmacs:cfsautoform",
version: "2.2.1",
summary: "Upload files as part of autoform submission",
git: "https://github.com/aldeed/meteor-cfs-autoform.git"