Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #568 from marcom-unimelb/feat-announce-add-rebind
Browse files Browse the repository at this point in the history
Add announcement to UOMbind
  • Loading branch information
waitingallday committed Mar 18, 2016
2 parents 9b39c48 + 0df1eb4 commit 3336849
Show file tree
Hide file tree
Showing 357 changed files with 194 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ WEBPACK_SERVER_PORT="7002"

# thin
PORT="7001"
CURRENT_VERSION="v3.8.1"
CURRENT_VERSION="v3.9"
7 changes: 6 additions & 1 deletion assets/targets/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ window.UOMbind = function(component) {
attachment = 'table';
}

else if (component === 'announcement') {
var Accouncement = require('../injection/announcement/index.es6');
new Accouncement({});
}

if (attachment) {
recs = document.querySelectorAll(attachment);
if (recs.length > 0) {
Expand Down Expand Up @@ -140,7 +145,7 @@ window.UOMloadComponents = function() {
slingshot = function (g) {
new ImageGallery(g);
};

for (i=recs.length - 1; i >= 0; i--) {
g = recs[i];
imagesLoaded(g, slingshot.bind(null, g));
Expand Down
1 change: 0 additions & 1 deletion build/v3.8.1/audio-video-guidelines/index.html

This file was deleted.

1 change: 0 additions & 1 deletion build/v3.8.1/components/index.html

This file was deleted.

1 change: 0 additions & 1 deletion build/v3.8.1/components/intranet/index.html

This file was deleted.

1 change: 0 additions & 1 deletion build/v3.8.1/content-creators/index.html

This file was deleted.

1 change: 0 additions & 1 deletion build/v3.8.1/designers-start/index.html

This file was deleted.

Loading

0 comments on commit 3336849

Please sign in to comment.