This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "folders": { | |
| "aging": [ | |
| { "label": "7 days", "includeSent": true, "id": "" }, | |
| { "label": "30 days", "includeSent": true, "id": "" }, | |
| { "label": "90 days", "includeSent": true, "id": "" } | |
| ], | |
| "projects": [ | |
| { "label": "Maritime Enhancement", "includeSent": false, "id": "" }, | |
| { "label": "SLAer Decommission", "includeSent": false, "id": "" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from "react"; | |
| import './product-list.scss' | |
| export class ProductCard extends React.Component { | |
| constructor(props){ | |
| super(props); | |
| this.state = {}; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function ($) { | |
| $.fn.PostLink = function () { | |
| this.filter('a').each(function (idx, el) { | |
| var self = $(el); | |
| var url = self.attr('href'); | |
| var data = self.data(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * this js code is a group of helper methods to simplify | |
| * reading the returned share point web service values | |
| * | |
| * Yufei Liu - feilfly@gmail.com | |
| * 26th Mar. 2014 | |
| */ | |
| var SPServiceHelper = { | |
| // handles web service response |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " Maintainer: | |
| " Amir Salihefendic | |
| " http://amix.dk - amix@amix.dk | |
| " | |
| " Version: | |
| " 5.0 - 29/05/12 15:43:36 | |
| " | |
| " Blog_post: | |
| " http://amix.dk/blog/post/19691#The-ultimate-Vim-configuration-on-Github |