Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

How do I specifiy what folder the icon is in? #272

@justinjalandoniiwest

Description

@justinjalandoniiwest

Is this the correct way? How do I specify the directory? This is for a .NET mvc

Push.create("New Message!", {
    body: parsedMessageDetails[MESSAGE],
    icon: '/Content/icons/message-alert.png',
    timeout: 1000,
    onClick: function() {
        window.focus();
        this.close();
    }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions